oraculum: Deploy on prod
This commit is contained in:
parent
c974a652ee
commit
b84ccff720
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: prepare setting up the database
|
- name: prepare setting up the database
|
||||||
hosts: db01.stg.iad2.fedoraproject.org
|
hosts: db01.stg.iad2.fedoraproject.org:db01.iad2.fedoraproject.org
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
user: root
|
user: root
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: setup the database
|
- name: setup the database
|
||||||
hosts: db01.stg.iad2.fedoraproject.org
|
hosts: db01.stg.iad2.fedoraproject.org:db01.iad2.fedoraproject.org
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
become: yes
|
become: yes
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters_stg[0]
|
hosts: os_masters_stg[0]:os_masters[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue