copr: test this only in stage

This commit is contained in:
Miroslav Suchý 2015-11-27 10:43:14 +01:00
parent 173130f280
commit 46e410331e
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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