[copr] enable playbooks for all copr hosts
This commit is contained in:
parent
900552f038
commit
b1c8506b50
3 changed files with 18 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: check/create instance
|
||||
hosts: copr-back
|
||||
#hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back-stg
|
||||
user: fedora
|
||||
sudo: True
|
||||
|
@ -23,9 +23,8 @@
|
|||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-back
|
||||
#hosts: copr-be-dev2.cloud.fedoraproject.org
|
||||
#hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back-stg
|
||||
user: fedora
|
||||
sudo: True
|
||||
|
@ -41,8 +40,8 @@
|
|||
shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-back
|
||||
#hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back-stg
|
||||
#user: root
|
||||
gather_facts: True
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- name: check/create instance
|
||||
#hosts: copr-front-stg:copr-front
|
||||
hosts: copr-front
|
||||
hosts: copr-front-stg:copr-front
|
||||
# hosts: copr-front
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: False
|
||||
|
@ -23,8 +23,8 @@
|
|||
|
||||
|
||||
- name: cloud basic setup
|
||||
#hosts: copr-front-stg:copr-front
|
||||
hosts: copr-front
|
||||
hosts: copr-front-stg:copr-front
|
||||
# hosts: copr-front
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: True
|
||||
|
@ -38,8 +38,8 @@
|
|||
shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
|
||||
- name: provision instance
|
||||
#hosts: copr-front:copr-front-stg
|
||||
hosts: copr-front
|
||||
hosts: copr-front:copr-front-stg
|
||||
# hosts: copr-front
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: True
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- name: check/create instance
|
||||
#hosts: copr-keygen-stg:copr-keygen
|
||||
hosts: copr-keygen
|
||||
hosts: copr-keygen-stg:copr-keygen
|
||||
#hosts: copr-keygen
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: False
|
||||
|
@ -23,8 +23,8 @@
|
|||
|
||||
|
||||
- name: cloud basic setup
|
||||
#hosts: copr-keygen-stg:copr-keygen
|
||||
hosts: copr-keygen
|
||||
hosts: copr-keygen-stg:copr-keygen
|
||||
# hosts: copr-keygen
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: True
|
||||
|
@ -38,8 +38,8 @@
|
|||
shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
|
||||
- name: provision instance
|
||||
#hosts: copr-keygen:copr-keygen-stg
|
||||
hosts: copr-keygen
|
||||
hosts: copr-keygen:copr-keygen-stg
|
||||
#hosts: copr-keygen
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue