Fix filenames
This commit is contained in:
parent
749c6b9930
commit
1dd4281772
1 changed files with 2 additions and 2 deletions
|
@ -67,14 +67,14 @@
|
||||||
# So when adding or modifying them change the .j2 version in git.
|
# So when adding or modifying them change the .j2 version in git.
|
||||||
#
|
#
|
||||||
- name: install nrpe openvpn check config
|
- name: install nrpe openvpn check config
|
||||||
template: src=check_openvpn_link.cfg.j2 dest=/etc/nrpe.d/{{ item }}
|
template: src=check_openvpn_link.cfg.j2 dest=/etc/nrpe.d/check_openvpn_link.cfg
|
||||||
when: datacenter != 'phx2'
|
when: datacenter != 'phx2'
|
||||||
#
|
#
|
||||||
# The actual items files here end in .j2 (they are templates)
|
# The actual items files here end in .j2 (they are templates)
|
||||||
# So when adding or modifying them change the .j2 version in git.
|
# So when adding or modifying them change the .j2 version in git.
|
||||||
#
|
#
|
||||||
- name: install nrpe unbound check config
|
- name: install nrpe unbound check config
|
||||||
template: src=check_unbound_proc.cfg.j2 dest=/etc/nrpe.d/{{ item }}
|
template: src=check_unbound_proc.cfg.j2 dest=/etc/nrpe.d/check_unbound_proc.cfg
|
||||||
when: inventory_hostname.startswith('unbound')
|
when: inventory_hostname.startswith('unbound')
|
||||||
|
|
||||||
- name: nrpe service start
|
- name: nrpe service start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue