well looks like I didnt commit this afterall
This commit is contained in:
parent
6bbaa44b27
commit
eb97e01e9d
1 changed files with 15 additions and 7 deletions
|
@ -25,14 +25,22 @@
|
||||||
- rsyncd
|
- rsyncd
|
||||||
when: ansible_distribution_major_version|int > 21
|
when: ansible_distribution_major_version|int > 21
|
||||||
|
|
||||||
|
# - name: rsyncd.conf file
|
||||||
|
# copy: src={{ item }} dest=/etc/rsyncd.conf mode=0644
|
||||||
|
# with_first_found:
|
||||||
|
# - "{{ rsyncd_conf }}"
|
||||||
|
# - rsyncd.conf.{{ inventory_hostname }}
|
||||||
|
# - rsyncd.conf.{{ host_group }}
|
||||||
|
# - rsyncd.conf.{{ rsync_group }}
|
||||||
|
# - rsyncd.conf.default
|
||||||
|
# notify:
|
||||||
|
# - restart xinetd
|
||||||
|
# tags:
|
||||||
|
# - config
|
||||||
|
# - rsyncd
|
||||||
|
|
||||||
- name: rsyncd.conf file
|
- name: rsyncd.conf file
|
||||||
copy: src={{ item }} dest=/etc/rsyncd.conf mode=0644
|
template: src=rsyncd.conf.download.j2 dest=/etc/rsyncd.conf mode=0644
|
||||||
with_first_found:
|
|
||||||
- "{{ rsyncd_conf }}"
|
|
||||||
- rsyncd.conf.{{ inventory_hostname }}
|
|
||||||
- rsyncd.conf.{{ host_group }}
|
|
||||||
- rsyncd.conf.{{ rsync_group }}
|
|
||||||
- rsyncd.conf.default
|
|
||||||
notify:
|
notify:
|
||||||
- restart xinetd
|
- restart xinetd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue