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:
Chenxiong Qi 2019-09-20 16:32:27 +08:00 committed by Pierre-Yves Chibon
parent 62cd4d7c36
commit e3619522aa

View file

@ -1,7 +1,7 @@
# vim: ts=2 sw=2 autoindent
- name: provision message-tagging-service
hosts: os_masters_stg[0]
hosts: os_masters[0]:os_masters_stg[0]
user: root
gather_facts: False