Add a nagios unsush to reboot playbook

This commit is contained in:
Kevin Fenzi 2014-10-01 01:53:33 +00:00
parent fe13d70d6f
commit 7d18051528

View file

@ -96,6 +96,11 @@
command: /root/fix-iptables.sh
when: inventory_hostname_short.startswith('serverbeach')
- name: tell nagios to unshush
nagios: action=unsilence service=host host={{ inventory_hostname }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true
- name: Fix unbound if necessary
# intersection - hosts that are in our dynamic group and also in unbound-dns
hosts: "myvms_new:&unbound"