diff --git a/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml deleted file mode 100644 index a1f2813e5f..0000000000 --- a/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml +++ /dev/null @@ -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 - - diff --git a/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml deleted file mode 100644 index b73ceb3ad6..0000000000 --- a/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml +++ /dev/null @@ -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