This commit is contained in:
jaydee
2023-12-06 15:19:27 +01:00
parent fd22cf7a1a
commit 4cb6b933d5
5 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,8 @@
- name: Changing permission
ansible.builtin.shell: 'chown -R admin. /share/docker_data/'
become: true
when: inventory_hostname in groups['raspberry'] or inventory_hostname in groups['raspberrypi5']
- name: Syncing all
ansible.builtin.shell: 'rsync -ra /share/docker_data/{mailu2,ha,gitlab,semaphore,webhub,nginx,heimdall} admin@192.168.77.238:/share/docker_data/ --exclude='home-assistant.log*' --exclude='gitlab/logs/*'
#ansible.builtin.shell: 'ls -la'
when: inventory_hostname in groups['nas']