things become clearer when we find a missing internal on soemthing that says for internal

This commit is contained in:
Stephen Smoogen 2020-07-01 18:20:14 -04:00
parent 6e218c7031
commit 35f1746c3f

View file

@ -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