nagios: completing rename of some servicegroups
This one line seems to have gotten lost when several servicegroups were renamed to services as that is a more appropriate name for them. Ansible was looking for it in the wrong directory
This commit is contained in:
parent
ca553c22ca
commit
4101428763
1 changed files with 3 additions and 3 deletions
|
@ -433,15 +433,15 @@
|
||||||
- nagios_hostgroups
|
- nagios_hostgroups
|
||||||
notify: restart nagios
|
notify: restart nagios
|
||||||
|
|
||||||
- name: Build out nagios servicegroup templates
|
- name: Build out nagios services templates
|
||||||
template: src=nagios/servicegroups/{{item}}.j2 dest=/etc/nagios/servicegroups/{{item}} mode=0644 owner=root group=root
|
template: src=nagios/services/{{item}}.j2 dest=/etc/nagios/services/{{item}} mode=0644 owner=root group=root
|
||||||
with_items:
|
with_items:
|
||||||
- mgmt-http.cfg
|
- mgmt-http.cfg
|
||||||
when: nagios_location == 'phx2_internal'
|
when: nagios_location == 'phx2_internal'
|
||||||
tags:
|
tags:
|
||||||
- nagios_server
|
- nagios_server
|
||||||
- nagios_config
|
- nagios_config
|
||||||
- nagios_servicegroups
|
- nagios_services
|
||||||
notify: restart nagios
|
notify: restart nagios
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue