remove raspberry host

This commit is contained in:
jaydee 2024-04-15 07:54:08 +02:00
parent 460492110d
commit 8f3a51026a

View File

@ -1,7 +1,7 @@
- name: Changing permission
ansible.builtin.shell: 'chown -R root. /share/docker_data/'
become: true
when: inventory_hostname in groups['raspberry'] or inventory_hostname in groups['raspberrypi5']
when: inventory_hostname in groups['raspberrypi5']
- name: Syncing all
ansible.builtin.shell: 'rsync -avh --delete /share/docker_data/{mailu2,ha,gitlab,semaphore,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/*"'