mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 18:01:11 +01: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