[copr] do cloud setup basic
This commit is contained in:
parent
df531664ea
commit
0e40fab80e
3 changed files with 28 additions and 0 deletions
|
@ -12,6 +12,15 @@
|
|||
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-back-stg
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
||||
- name: provision instance
|
||||
#hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back-stg
|
||||
|
|
|
@ -13,6 +13,16 @@
|
|||
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-back-stg
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
||||
- name: provision instance
|
||||
#hosts: copr-front:copr-front-stg
|
||||
#hosts: copr-front-stg
|
||||
|
|
|
@ -12,6 +12,15 @@
|
|||
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-back-stg
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-keygen-stg
|
||||
gather_facts: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue