Drop docs-dev cloud instances.

This commit is contained in:
Kevin Fenzi 2017-01-06 18:03:40 +00:00
parent af1464a2d7
commit eab1382dcd
3 changed files with 0 additions and 32 deletions

View file

@ -146,11 +146,6 @@ datagrepper02.phx2.fedoraproject.org
[datagrepper-stg]
datagrepper01.stg.phx2.fedoraproject.org
[docs-dev]
docs-dev-master.fedorainfracloud.org
docs-dev-frontend.fedorainfracloud.org
docs-dev-builder01.fedorainfracloud.org
[fedimg]
fedimg01.phx2.fedoraproject.org

View file

@ -45,7 +45,6 @@
- include: /srv/web/infra/ansible/playbooks/groups/docker-registry.yml
- include: /srv/web/infra/ansible/playbooks/groups/dhcp.yml
- include: /srv/web/infra/ansible/playbooks/groups/dns.yml
- include: /srv/web/infra/ansible/playbooks/groups/docs-dev.yml
- include: /srv/web/infra/ansible/playbooks/groups/download.yml
- include: /srv/web/infra/ansible/playbooks/groups/elections.yml
- include: /srv/web/infra/ansible/playbooks/groups/fas.yml

View file

@ -1,26 +0,0 @@
- name: check/create instance
hosts: docs-dev
gather_facts: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- /srv/private/ansible/vars.yml
- /srv/web/infra/ansible/vars/fedora-cloud.yml
- /srv/private/ansible/files/openstack/passwords.yml
tasks:
- include: "{{ tasks }}/persistent_cloud.yml"
- name: setup all the things
hosts: docs-dev
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- /srv/private/ansible/vars.yml
- /srv/private/ansible/files/openstack/passwords.yml
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- include: "{{ tasks }}/cloud_setup_basic.yml"
- name: set hostname (required by some services, at least postfix need it)
hostname: name="{{inventory_hostname}}"