mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
111
This commit is contained in:
@ -8,4 +8,7 @@
|
||||
when: inventory_hostname in groups['raspberry']
|
||||
- name: Syncing mailu
|
||||
ansible.builtin.shell: 'rsync -ra /share/docker_data/mailu2/* admin@192.168.77.246:/share/docker_data/mailu2'
|
||||
when: inventory_hostname in groups['nas']
|
||||
- name: Syncing mailu
|
||||
ansible.builtin.shell: 'rsync -ra /share/docker_data/mailu2/* admin@192.168.77.238:/share/docker_data/mailu2'
|
||||
when: inventory_hostname in groups['nas']
|
Reference in New Issue
Block a user