remove syncoid, switch to rsync #221
3 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
### mgrote_rsync
|
||||
rsync_host_role: destination
|
||||
|
||||
### mgrote_netplan
|
||||
netplan_configure: false
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
### mgrote_rsync
|
||||
rsync_host_role: source
|
||||
|
||||
### mgrote_netplan
|
||||
netplan_configure: false
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
- name: Include source tasks
|
||||
ansible.builtin.include_tasks: source.yml
|
||||
when: "'source' in rsync_host"
|
||||
when: "'source' in rsync_host_role"
|
||||
|
||||
- name: Include destination tasks
|
||||
ansible.builtin.include_tasks: destination.yml
|
||||
when: "'destination' in rsync_host "
|
||||
when: "'destination' in rsync_host_role"
|
||||
|
|
Loading…
Reference in a new issue