run copr playbook for both machines now
This commit is contained in:
parent
a47dc899cc
commit
0feeb8b8f5
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: check/create instance
|
- name: check/create instance
|
||||||
#hosts: copr-back:copr-back-stg
|
hosts: copr-back:copr-back-stg
|
||||||
hosts: copr-back
|
#hosts: copr-back
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||||
|
|
||||||
- name: cloud basic setup
|
- name: cloud basic setup
|
||||||
#hosts: copr-back:copr-back-stg
|
hosts: copr-back:copr-back-stg
|
||||||
hosts: copr-back
|
#hosts: copr-back
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "{{ private }}/vars.yml"
|
- "{{ private }}/vars.yml"
|
||||||
|
@ -23,8 +23,8 @@
|
||||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||||
|
|
||||||
- name: provision instance
|
- name: provision instance
|
||||||
#hosts: copr-back:copr-back-stg
|
hosts: copr-back:copr-back-stg
|
||||||
hosts: copr-back
|
#hosts: copr-back
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue