run only production part for now
This commit is contained in:
parent
e7a7e78f00
commit
8c475f325c
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: check/create instance
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back-stg
|
||||
#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-stg
|
||||
#hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
|
@ -23,8 +23,8 @@
|
|||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back-stg
|
||||
#hosts: copr-back:copr-back-stg
|
||||
hosts: copr-back
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue