Increase downtime to 30min

This commit is contained in:
Kevin Fenzi 2013-11-19 19:53:27 +00:00
parent 82deb4e6ff
commit 6693c72a45

View file

@ -40,7 +40,7 @@
tasks:
- name: schedule host downtime
action: nagios action=downtime minutes=15 service=host host={{ inventory_hostname_short }}
action: nagios action=downtime minutes=30 service=host host={{ inventory_hostname_short }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true