add kolinahr.fedorainfracloud.org, issue 5491
This commit is contained in:
parent
1338ece1f6
commit
eb7d3ad5a5
3 changed files with 46 additions and 0 deletions
18
inventory/host_vars/kolinahr.fedorainfracloud.org
Normal file
18
inventory/host_vars/kolinahr.fedorainfracloud.org
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: "{{ fedora24_x86_64 }}"
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent
|
||||
zone: nova
|
||||
tcp_ports: [22,80,443]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: kolinahr
|
||||
hostbase: kolinahr
|
||||
public_ip: 209.132.184.59
|
||||
root_auth_users: sgallagh
|
||||
description: kolinahr development instance
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
|
@ -1022,6 +1022,8 @@ eclipse.fedorainfracloud.org
|
|||
iddev.fedorainfracloud.org
|
||||
# commops - ticket 5380
|
||||
commops.fedorainfracloud.org
|
||||
# kolinahr - issue 5491
|
||||
kolinahr.fedorainfracloud.org
|
||||
|
||||
#
|
||||
# These are in the new cloud
|
||||
|
|
26
playbooks/hosts/kolinahr.fedorainfracloud.org.yml
Normal file
26
playbooks/hosts/kolinahr.fedorainfracloud.org.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
- name: check/create instance
|
||||
hosts: kolinahr.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: kolinahr.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