remove fedimg-dev
This commit is contained in:
parent
87e517a30f
commit
b75b23302e
3 changed files with 0 additions and 42 deletions
|
@ -61,7 +61,6 @@ f30-test.fedorainfracloud.org
|
|||
aarch64-test01.fedorainfracloud.org
|
||||
aarch64-test02.fedorainfracloud.org
|
||||
fas2-dev.fedorainfracloud.org
|
||||
fedimg-dev.fedorainfracloud.org
|
||||
fedora-bootstrap.fedorainfracloud.org
|
||||
glittergallery-dev.fedorainfracloud.org
|
||||
happinesspackets.fedorainfracloud.org
|
||||
|
|
|
@ -1132,8 +1132,6 @@ lists-dev.fedorainfracloud.org
|
|||
java-deptools.fedorainfracloud.org
|
||||
# developer ticket 4876
|
||||
developer.fedorainfracloud.org
|
||||
# fedimg-dev development instance
|
||||
fedimg-dev.fedorainfracloud.org
|
||||
# iddev
|
||||
iddev.fedorainfracloud.org
|
||||
# commops - ticket 5380
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
- name: check/create instance
|
||||
hosts: fedimg-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: fedimg-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 }}/yumrepos.yml"
|
||||
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
hostname: name="{{inventory_hostname}}"
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
roles:
|
||||
- basessh
|
Loading…
Add table
Add a link
Reference in a new issue