remove old copr playbooks
run them now as: rbac-playbook groups/copr-frontend.yml
This commit is contained in:
parent
8399713744
commit
af2c6501fb
2 changed files with 0 additions and 62 deletions
|
@ -1,32 +0,0 @@
|
||||||
- name: check/create instance
|
|
||||||
#hosts: copr-back:copr-back-stg
|
|
||||||
hosts: copr-back-stg
|
|
||||||
user: root
|
|
||||||
gather_facts: False
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- "{{ private }}/vars.yml"
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- include: "{{ tasks }}/persistent_cloud.yml"
|
|
||||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
|
||||||
|
|
||||||
- name: provision instance
|
|
||||||
#hosts: copr-back:copr-back-stg
|
|
||||||
hosts: copr-back-stg
|
|
||||||
user: root
|
|
||||||
gather_facts: True
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- "{{ private }}/vars.yml"
|
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
||||||
|
|
||||||
# Roles are run first, before tasks, regardless of where you place them here.
|
|
||||||
roles:
|
|
||||||
- base
|
|
||||||
- fedmsg/base
|
|
||||||
- copr/backend
|
|
||||||
|
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
- name: check/create instance
|
|
||||||
#hosts: copr-front-stg:copr-front
|
|
||||||
#hosts: copr-front-stg
|
|
||||||
hosts: copr-fe-dev.cloud.fedoraproject.org
|
|
||||||
user: root
|
|
||||||
gather_facts: False
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- "{{ private }}/vars.yml"
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- include: "{{ tasks }}/persistent_cloud.yml"
|
|
||||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
|
||||||
|
|
||||||
- name: provision instance
|
|
||||||
#hosts: copr-front:copr-front-stg
|
|
||||||
#hosts: copr-front-stg
|
|
||||||
hosts: copr-fe-dev.cloud.fedoraproject.org
|
|
||||||
user: root
|
|
||||||
gather_facts: True
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- "{{ private }}/vars.yml"
|
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- base
|
|
||||||
- copr/frontend
|
|
Loading…
Add table
Add a link
Reference in a new issue