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,7 +1,8 @@
### noch nicht ok !!!!
### keine Rechte fuer User ansible
- name: Manage Docker Compose services
hosts: paperless, mongodb, gitea, newt-pangolin, jenkins, ionos-ubuntu-01
hosts: paperless, mongodb, gitea, \
newt-pangolin, jenkins, ionos-ubuntu-01, jellyfin
# hosts: wiki !!! TOOK WIKI OUT !!!
become: true
vars:
@@ -13,6 +14,7 @@
newt-pangolin: "/home/admin/newt"
jenkins: "/home/admin/jenkins"
ionos-ubuntu-01: "/root"
jellyfin: "/home/admin/jellyfin"
force_pull: false
force_recreate: false
@@ -39,12 +41,12 @@
recreate: "{{ 'always' if force_recreate else 'auto' }}"
register: compose_up
# - name: Docker system prune
# community.docker.docker_prune:
# containers: true
# images: true
- name: Docker prune
community.docker.docker_prune:
containers: true
images: true
# networks: true
## volumes: true
# volumes: true
# builder_cache: true
- name: Display operation results