mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user