rsync_backup: Add support for configuring clients
This commit is contained in:
parent
f8dba6d387
commit
381b681550
7 changed files with 43 additions and 4 deletions
|
@ -67,6 +67,12 @@
|
|||
loop_control:
|
||||
loop_var: role
|
||||
|
||||
- name: Configure rsync backup client
|
||||
ansible.builtin.include_role:
|
||||
name: rsync_backup
|
||||
tasks_from: client
|
||||
when: "'rsyncbackup' in group_names"
|
||||
|
||||
- name: Install roles for physical hardware
|
||||
ansible.builtin.include_role:
|
||||
name: "{{ role }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue