parent
d7978f9eec
commit
5f1d94415b
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: check/create instance
|
||||
#hosts: copr-back
|
||||
hosts: copr-back-stg
|
||||
hosts: copr-back:copr-back-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
when: facts|failed
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-back-stg
|
||||
hosts: copr-back:copr-back-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
|
@ -35,7 +35,7 @@
|
|||
shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-back-stg
|
||||
hosts: copr-back:copr-back-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance
|
||||
hosts: copr-front-stg
|
||||
hosts: copr-front-stg:copr-front
|
||||
# hosts: copr-front
|
||||
gather_facts: False
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-front-stg
|
||||
hosts: copr-front-stg:copr-front
|
||||
# hosts: copr-front
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
|
@ -26,7 +26,7 @@
|
|||
shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-front-stg
|
||||
hosts: copr-front:copr-front-stg
|
||||
# hosts: copr-front
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue