mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
remove old copr playbooks
run them now as: rbac-playbook groups/copr-frontend.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user