Revert "copr: test this only in stage"

This reverts commit 46e410331e.
This commit is contained in:
Miroslav Suchý 2016-01-04 08:22:57 +01:00
parent d7978f9eec
commit 5f1d94415b
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-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

View file

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