In staging, host_group is automagically staging, so use rsync_group instead here.
This commit is contained in:
parent
8d3223e0dd
commit
ec4b02c539
3 changed files with 4 additions and 2 deletions
|
@ -14,4 +14,4 @@ fas_client_groups: sysadmin-noc,fi-apprentice
|
|||
master_sundries_node: False
|
||||
|
||||
# A host group for rsync config
|
||||
host_group: sundries
|
||||
rsync_group: sundries
|
||||
|
|
|
@ -14,4 +14,4 @@ fas_client_groups: sysadmin-noc,fi-apprentice
|
|||
master_sundries_node: False
|
||||
|
||||
# A host group for rsync config
|
||||
host_group: sundries
|
||||
rsync_group: sundries
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
- "{{ rsyncd_conf }}"
|
||||
- rsyncd.conf.{{ ansible_fqdn }}
|
||||
- rsyncd.conf.{{ host_group }}
|
||||
- rsyncd.conf.{{ rsync_group }}
|
||||
- rsyncd.conf.default
|
||||
notify:
|
||||
- restart xinetd
|
||||
|
@ -31,6 +32,7 @@
|
|||
- "{{ rsync }}"
|
||||
- rsync.{{ ansible_fqdn }}
|
||||
- rsync.{{ host_group }}
|
||||
- rsync.{{ rsync_group }}
|
||||
- rsync.default
|
||||
notify:
|
||||
- restart xinetd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue