mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
run copr playbook for both machines now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- name: check/create instance
|
||||
#hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
#hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
@@ -23,8 +23,8 @@
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
||||
- name: provision instance
|
||||
#hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user