Don't unsilence nagios after Koschei upgrade

Lets wait until downtime expires by itself to give people time to
monitor Koschei and fix problems that may appear after upgrade.
This commit is contained in:
Mikolaj Izdebski
2015-10-02 15:29:16 +00:00
parent ade9dd58e1
commit 4ebc104f82

View File

@@ -40,7 +40,3 @@
post_tasks:
- name: start httpd
service: name="httpd" state=started
- name: unsilence nagios
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true