widen host selector
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
6c365ae1c3
commit
03b9e61ecd
1 changed files with 3 additions and 4 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue