mts: add os_masters to hosts in order to run playbook on prod
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
parent
62cd4d7c36
commit
e3619522aa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# vim: ts=2 sw=2 autoindent
|
# vim: ts=2 sw=2 autoindent
|
||||||
|
|
||||||
- name: provision message-tagging-service
|
- name: provision message-tagging-service
|
||||||
hosts: os_masters_stg[0]
|
hosts: os_masters[0]:os_masters_stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue