mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
copr: test this only in stage
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user