This commit is contained in:
Kevin Fenzi 2013-11-21 22:41:51 +00:00
parent c53b368450
commit 4164ec60b8

View file

@ -43,7 +43,7 @@
nagios: action=downtime minutes=30 service=host host={{ inventory_hostname_short }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true
when: inventory_hostname.startswith('stg')
when: not inventory_hostname.startswith('stg')
- name: schedule stg host downtime
nagios: action=downtime minutes=30 service=host host={{ inventory_hostname_short }}.stg