old cloud cleanup: drop communityblog/magazine more places, drop glittergallery
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
25f3020473
commit
7416be2ce8
2 changed files with 0 additions and 39 deletions
|
@ -1118,15 +1118,8 @@ copr-keygen.cloud.fedoraproject.org
|
|||
# copr dev instances
|
||||
copr-be-dev.cloud.fedoraproject.org
|
||||
copr-fe-dev.cloud.fedoraproject.org
|
||||
# glittergallery GSoC dev work
|
||||
glittergallery-dev.fedorainfracloud.org
|
||||
# fas2-dev
|
||||
fas2-dev.fedorainfracloud.org
|
||||
# Community Blog
|
||||
communityblog.fedorainfracloud.org
|
||||
# Fedora Magazine
|
||||
#magazine.fedorainfracloud.org
|
||||
magazine2.fedorainfracloud.org
|
||||
# Ansible Magazine
|
||||
ansiblemagazine.fedorainfracloud.org
|
||||
# Flock RegCfp instance
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
- name: check/create instance
|
||||
hosts: glittergallery-dev.fedorainfracloud.org
|
||||
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:
|
||||
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
- name: setup all the things
|
||||
hosts: glittergallery-dev.fedorainfracloud.org
|
||||
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:
|
||||
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
hostname: name="{{inventory_hostname}}"
|
||||
|
||||
roles:
|
||||
- basessh
|
Loading…
Add table
Add a link
Reference in a new issue