things become clearer when we find a missing internal on soemthing that says for internal
This commit is contained in:
parent
6e218c7031
commit
35f1746c3f
1 changed files with 2 additions and 1 deletions
|
@ -242,7 +242,7 @@
|
||||||
- nagios_config
|
- nagios_config
|
||||||
- nagios_server
|
- nagios_server
|
||||||
- nagios_hostgroups
|
- nagios_hostgroups
|
||||||
when: env == "production"
|
when: env == "production" and nagios_location == 'iad2_internal'
|
||||||
notify: restart nagios
|
notify: restart nagios
|
||||||
|
|
||||||
## Copy over the services
|
## Copy over the services
|
||||||
|
@ -251,6 +251,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- dns.cfg
|
- dns.cfg
|
||||||
- smtp-mm.cfg
|
- smtp-mm.cfg
|
||||||
|
- unbound.cfg
|
||||||
- templates.cfg
|
- templates.cfg
|
||||||
tags:
|
tags:
|
||||||
- nagios_config
|
- nagios_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue