bitwarden

This commit is contained in:
jaydee 2024-11-10 22:16:53 +01:00
parent c08bda7c2f
commit b42013a6f1

View File

@ -7,4 +7,4 @@
#ansible.builtin.shell: 'rsync -avh --delete /share/docker_data/{mailu2,webhub,nginx,heimdall} root@192.168.77.238:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"' #ansible.builtin.shell: 'rsync -avh --delete /share/docker_data/{mailu2,webhub,nginx,heimdall} root@192.168.77.238:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"'
#ansible.builtin.shell: 'ls -la' #ansible.builtin.shell: 'ls -la'
when: inventory_hostname in groups['nas'] when: inventory_hostname in groups['nas']
loop: "{{ CONTAINERS }}" loop: '{{ CONTAINERS }}'