Disable dns include for now and fix up some more nonagios conditionals
This commit is contained in:
parent
059638a80f
commit
74b1bcc53f
2 changed files with 2 additions and 3 deletions
|
@ -100,7 +100,7 @@
|
|||
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
|
||||
delegate_to: noc01.phx2.fedoraproject.org
|
||||
ignore_errors: true
|
||||
when: not "true" in nonagios
|
||||
when: nonagios is not defined or not "true" in nonagios
|
||||
|
||||
# Call out to that dns playbook. Put proxies back in now that they're back
|
||||
- include: update-proxy-dns.yml status=enable proxies=myvms_new:&proxies
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
with_items: vmlist.list_vms
|
||||
|
||||
# Call out to another playbook. Disable any proxies that may live here
|
||||
- include: update-proxy-dns.yml status=disable proxies=myvms_new:&proxies
|
||||
when: nodns is not defined or not "true" in nodns
|
||||
#- include: update-proxy-dns.yml status=disable proxies=myvms_new:&proxies
|
||||
|
||||
- name: update the system
|
||||
hosts: "{{ target }}:myvms_new"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue