Make that 15.

This commit is contained in:
Ralph Bean 2015-03-18 14:28:55 +00:00
parent e13fd6713a
commit 857adabe4f

View file

@ -58,8 +58,8 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: schedule a 10 minute downtime. give notifs backend time to start up.
nagios: action=downtime minutes=10 service=host host={{ inventory_hostname }}
- name: schedule a 15 minute downtime. give notifs backend time to start up.
nagios: action=downtime minutes=15 service=host host={{ inventory_hostname }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true