enabling both stg and prod servers
This commit is contained in:
parent
d835aba567
commit
e56d0b6809
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
- name: setup the database
|
||||
# hosts: db01.iad2.fedoraproject.org:db01.stg.iad2.fedoraproject.org
|
||||
hosts: db01.stg.iad2.fedoraproject.org
|
||||
hosts: db01.iad2.fedoraproject.org:db01.stg.iad2.fedoraproject.org
|
||||
gather_facts: no
|
||||
become: yes
|
||||
become_user: postgres
|
||||
|
@ -28,8 +27,7 @@
|
|||
|
||||
|
||||
- name: make the app be real
|
||||
# hosts: os_masters[0]:os_masters_stg[0]
|
||||
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