remove old copr playbooks

run them now as:
rbac-playbook groups/copr-frontend.yml
This commit is contained in:
Miroslav Suchý 2014-12-08 11:46:24 +00:00
parent 8399713744
commit af2c6501fb
2 changed files with 0 additions and 62 deletions

View file

@ -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

View file

@ -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