Deploy the messaging bridges to prod
This commit is contained in:
parent
3f52048722
commit
42a4d4c32d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Create the RabbitMQ users
|
||||
|
||||
- name: setup RabbitMQ
|
||||
hosts: rabbitmq-stg[0]
|
||||
hosts: rabbitmq[0]:rabbitmq-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -81,7 +81,7 @@
|
|||
# Now create the app
|
||||
|
||||
- name: make the app be real
|
||||
hosts: os-masters-stg[0]
|
||||
hosts: os-masters[0]:os-masters-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue