Add the prod node to the mix.
This commit is contained in:
parent
33d5b0d2aa
commit
e14e123d9a
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: make busgateway server
|
||||
hosts: busgateway-stg
|
||||
hosts: busgateway;busgateway-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: dole out the generic configuration
|
||||
hosts: busgateway-stg
|
||||
hosts: busgateway;busgateway-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
@ -46,7 +46,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: dole out the service-specific config
|
||||
hosts: busgateway-stg
|
||||
hosts: busgateway;busgateway-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue