copr: test this only in stage
This commit is contained in:
parent
173130f280
commit
46e410331e
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: check/create instance
|
||||
#hosts: copr-back
|
||||
hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
|
@ -28,7 +28,7 @@
|
|||
shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance
|
||||
hosts: copr-front-stg:copr-front
|
||||
hosts: copr-front-stg
|
||||
# hosts: copr-front
|
||||
gather_facts: False
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-front-stg:copr-front
|
||||
hosts: copr-front-stg
|
||||
# hosts: copr-front
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
|
@ -27,7 +27,7 @@
|
|||
shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-front:copr-front-stg
|
||||
hosts: copr-front-stg
|
||||
# hosts: copr-front
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue