mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Disable dns include for now and fix up some more nonagios conditionals
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user