widen host selector

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-17 17:23:35 +00:00
parent 6c365ae1c3
commit 03b9e61ecd

View file

@ -1,6 +1,5 @@
# TODO: Generalize this, fix "hosts:" etc.
- name: make nagios/noc server
hosts: nagios-phx
hosts: nagios
user: root
gather_facts: False
@ -17,7 +16,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: make the box be real
hosts: nagios-phx
hosts: nagios
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
@ -51,7 +50,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: deploy service-specific config
hosts: nagios-phx
hosts: nagios
user: root
gather_facts: True
accelerate: "{{ accelerated }}"