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_server
|
||||
- nagios_hostgroups
|
||||
when: env == "production"
|
||||
when: env == "production" and nagios_location == 'iad2_internal'
|
||||
notify: restart nagios
|
||||
|
||||
## Copy over the services
|
||||
|
@ -251,6 +251,7 @@
|
|||
with_items:
|
||||
- dns.cfg
|
||||
- smtp-mm.cfg
|
||||
- unbound.cfg
|
||||
- templates.cfg
|
||||
tags:
|
||||
- nagios_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue