copr-frontend01/02.stg: Drop these for now as they were never in use and just confuse things.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-03-18 20:18:15 +00:00 committed by Pierre-Yves Chibon
parent 70a35e3a65
commit efd11ec94f
3 changed files with 0 additions and 40 deletions

View file

@ -250,8 +250,6 @@ badges-web01.stg.phx2.fedoraproject.org
blockerbugs01.stg.phx2.fedoraproject.org
bodhi-backend01.stg.phx2.fedoraproject.org
busgateway01.stg.phx2.fedoraproject.org
copr-frontend01.stg.phx2.fedoraproject.org
copr-frontend02.stg.phx2.fedoraproject.org
datagrepper01.stg.phx2.fedoraproject.org
elections01.stg.phx2.fedoraproject.org
fedocal01.stg.phx2.fedoraproject.org
@ -655,8 +653,6 @@ composer.stg.phx2.fedoraproject.org
copr-be-dev.aws.fedoraproject.org
copr-dist-git-dev.aws.fedoraproject.org
copr-fe-dev.aws.fedoraproject.org
copr-frontend01.stg.phx2.fedoraproject.org
copr-frontend02.stg.phx2.fedoraproject.org
copr-keygen-dev.aws.fedoraproject.org
datagrepper01.stg.phx2.fedoraproject.org
db-fas01.stg.phx2.fedoraproject.org

View file

@ -30,7 +30,6 @@
- import_playbook: /srv/web/infra/ansible/playbooks/groups/copr-backend.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/copr-aarch64-hypervisors.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/copr-dist-git.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/copr-frontend.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/copr-frontend-cloud.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/copr-keygen.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/datagrepper.yml

View file

@ -1,35 +0,0 @@
---
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=copr_front_stg"
- name: provision copr frontend
hosts: copr_front_stg
user: root
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
roles:
- base
- rkhunter
- nagios_client
- hosts
- fas_client
- collectd/base
- { role: openvpn/client, when: env != "staging" }
- { role: sudo, sudoers: "{{ private }}/files/sudo/copr-sudoers" }
- redis
- mod_wsgi
- copr/frontend
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"