In staging, host_group is automagically staging, so use rsync_group instead here.

This commit is contained in:
Kevin Fenzi 2014-05-21 15:47:07 +00:00
parent 8d3223e0dd
commit ec4b02c539
3 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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