add respins.fedorainfracloud.org
This commit is contained in:
parent
cac473a076
commit
48f1aa5425
4 changed files with 47 additions and 0 deletions
18
inventory/host_vars/respins.fedorainfracloud.org
Normal file
18
inventory/host_vars/respins.fedorainfracloud.org
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
image: rhel7-20141015
|
||||||
|
instance_type: m1.medium
|
||||||
|
keypair: fedora-admin-20130801
|
||||||
|
security_group: wide-open-persistent,default
|
||||||
|
zone: nova
|
||||||
|
tcp_ports: [22, 6969]
|
||||||
|
|
||||||
|
inventory_tenant: persistent
|
||||||
|
inventory_instance_name: respins
|
||||||
|
hostbase: respins
|
||||||
|
public_ip: 209.132.184.60
|
||||||
|
root_auth_users: dmossor linuxmodder jbwilla nb
|
||||||
|
description: respins instance
|
||||||
|
|
||||||
|
cloud_networks:
|
||||||
|
# persistent-net
|
||||||
|
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
|
@ -1052,6 +1052,8 @@ iddev.fedorainfracloud.org
|
||||||
commops.fedorainfracloud.org
|
commops.fedorainfracloud.org
|
||||||
# kolinahr - issue 5491
|
# kolinahr - issue 5491
|
||||||
kolinahr.fedorainfracloud.org
|
kolinahr.fedorainfracloud.org
|
||||||
|
# respins
|
||||||
|
respins.fedorainfracloud.org
|
||||||
|
|
||||||
#
|
#
|
||||||
# These are in the new cloud
|
# These are in the new cloud
|
||||||
|
|
|
@ -148,6 +148,7 @@
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/modernpaste.fedorainfracloud.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/modernpaste.fedorainfracloud.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/piwik.fedorainfracloud.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/piwik.fedorainfracloud.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/regcfp.fedorainfracloud.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/regcfp.fedorainfracloud.org.yml
|
||||||
|
- include: /srv/web/infra/ansible/playbooks/hosts/respins.fedorainfracloud.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/shogun-ca.cloud.fedoraproject.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/shogun-ca.cloud.fedoraproject.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/shumgrepper-dev.fedorainfracloud.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/shumgrepper-dev.fedorainfracloud.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/taiga.fedorainfracloud.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/taiga.fedorainfracloud.org.yml
|
||||||
|
|
26
playbooks/hosts/respins.fedorainfracloud.org
Normal file
26
playbooks/hosts/respins.fedorainfracloud.org
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
- name: check/create instance
|
||||||
|
hosts: respins.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:
|
||||||
|
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||||
|
|
||||||
|
- name: setup all the things
|
||||||
|
hosts: respins.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:
|
||||||
|
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||||
|
- name: set hostname (required by some services, at least postfix need it)
|
||||||
|
hostname: name="{{inventory_hostname}}"
|
Loading…
Add table
Add a link
Reference in a new issue