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