v.1.5.4 @jellyfin

This commit is contained in:
2025-12-07 09:32:43 +01:00
parent f68b930390
commit 2f9468a02b
3 changed files with 20 additions and 15 deletions

View File

@@ -1,10 +1,12 @@
### noch nicht ok !!!!
### !!!
### fuer "prune" wird das Package "reguests" auf den Clients gebraucht ...
### fuer "prune" wird das Package "requests" auf den Clients gebraucht ...
### zum installieren fehlt aber auch pip auf den Clients ...
### !!!
- name: Manage Docker Compose services
hosts: wiki, paperless, mongodb, gitea, newt-pangolin, jenkins, ionos-ubuntu-01
hosts: wiki, paperless, mongodb, gitea, \
newt-pangolin, jenkins, \
ionos-ubuntu-01, jellyfin
# hosts: paperless
become: true
vars:
@@ -16,6 +18,7 @@
newt-pangolin: "/home/admin/newt"
jenkins: "/home/admin/jenkins"
ionos-ubuntu-01: "/root"
jellyfin: "/home/admin/jellyfin"
force_pull: false
force_recreate: false
@@ -27,11 +30,11 @@
# state: absent
# purge: yes
# - name: Install Debian-packaged requests
# become: yes
# ansible.builtin.apt:
# name: python3-requests
# state: present
- name: Install Debian-packaged requests
become: yes
ansible.builtin.apt:
name: python3-requests
state: present
- name: Docker system prune
community.docker.docker_prune: