v.1.5.4 @jellyfin
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
### noch nicht ok !!!!
|
### 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 ...
|
### zum installieren fehlt aber auch pip auf den Clients ...
|
||||||
### !!!
|
### !!!
|
||||||
- name: Manage Docker Compose services
|
- 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
|
# hosts: paperless
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
@@ -16,6 +18,7 @@
|
|||||||
newt-pangolin: "/home/admin/newt"
|
newt-pangolin: "/home/admin/newt"
|
||||||
jenkins: "/home/admin/jenkins"
|
jenkins: "/home/admin/jenkins"
|
||||||
ionos-ubuntu-01: "/root"
|
ionos-ubuntu-01: "/root"
|
||||||
|
jellyfin: "/home/admin/jellyfin"
|
||||||
force_pull: false
|
force_pull: false
|
||||||
force_recreate: false
|
force_recreate: false
|
||||||
|
|
||||||
@@ -27,11 +30,11 @@
|
|||||||
# state: absent
|
# state: absent
|
||||||
# purge: yes
|
# purge: yes
|
||||||
|
|
||||||
# - name: Install Debian-packaged requests
|
- name: Install Debian-packaged requests
|
||||||
# become: yes
|
become: yes
|
||||||
# ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
# name: python3-requests
|
name: python3-requests
|
||||||
# state: present
|
state: present
|
||||||
|
|
||||||
- name: Docker system prune
|
- name: Docker system prune
|
||||||
community.docker.docker_prune:
|
community.docker.docker_prune:
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
### noch nicht ok !!!!
|
### noch nicht ok !!!!
|
||||||
### keine Rechte fuer User ansible
|
### keine Rechte fuer User ansible
|
||||||
- name: Manage Docker Compose services
|
- 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 !!!
|
# hosts: wiki !!! TOOK WIKI OUT !!!
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
@@ -13,6 +14,7 @@
|
|||||||
newt-pangolin: "/home/admin/newt"
|
newt-pangolin: "/home/admin/newt"
|
||||||
jenkins: "/home/admin/jenkins"
|
jenkins: "/home/admin/jenkins"
|
||||||
ionos-ubuntu-01: "/root"
|
ionos-ubuntu-01: "/root"
|
||||||
|
jellyfin: "/home/admin/jellyfin"
|
||||||
force_pull: false
|
force_pull: false
|
||||||
force_recreate: false
|
force_recreate: false
|
||||||
|
|
||||||
@@ -39,12 +41,12 @@
|
|||||||
recreate: "{{ 'always' if force_recreate else 'auto' }}"
|
recreate: "{{ 'always' if force_recreate else 'auto' }}"
|
||||||
register: compose_up
|
register: compose_up
|
||||||
|
|
||||||
# - name: Docker system prune
|
- name: Docker prune
|
||||||
# community.docker.docker_prune:
|
community.docker.docker_prune:
|
||||||
# containers: true
|
containers: true
|
||||||
# images: true
|
images: true
|
||||||
# networks: true
|
# networks: true
|
||||||
## volumes: true
|
# volumes: true
|
||||||
# builder_cache: true
|
# builder_cache: true
|
||||||
|
|
||||||
- name: Display operation results
|
- name: Display operation results
|
||||||
|
|||||||
Reference in New Issue
Block a user