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
|
||||
notify: restart nagios
|
||||
|
||||
- name: Build out nagios servicegroup templates
|
||||
template: src=nagios/servicegroups/{{item}}.j2 dest=/etc/nagios/servicegroups/{{item}} mode=0644 owner=root group=root
|
||||
- name: Build out nagios services templates
|
||||
template: src=nagios/services/{{item}}.j2 dest=/etc/nagios/services/{{item}} mode=0644 owner=root group=root
|
||||
with_items:
|
||||
- mgmt-http.cfg
|
||||
when: nagios_location == 'phx2_internal'
|
||||
tags:
|
||||
- nagios_server
|
||||
- nagios_config
|
||||
- nagios_servicegroups
|
||||
- nagios_services
|
||||
notify: restart nagios
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue