mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
In staging, host_group is automagically staging, so use rsync_group instead here.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user