Deploy to prod as well
This commit is contained in:
parent
f9394aeb70
commit
fce243ad3a
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
# NOTE: most of these vars_path come from group_vars/fedoauth* or from hostvars
|
# NOTE: most of these vars_path come from group_vars/fedoauth* or from hostvars
|
||||||
|
|
||||||
- name: make fedoauth
|
- name: make fedoauth
|
||||||
hosts: fedoauth-stg
|
hosts: fedoauth-stg, fedoauth
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: fedoauth-stg
|
hosts: fedoauth-stg, fedoauth
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: True
|
accelerate: True
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: deploy fedoauth itself
|
- name: deploy fedoauth itself
|
||||||
hosts: fedoauth-stg
|
hosts: fedoauth-stg, fedoauth
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: True
|
accelerate: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue