add new fartboard ip address and move it toward openstack
This commit is contained in:
parent
31fb5b1c58
commit
36f83d06a6
2 changed files with 13 additions and 2 deletions
11
inventory/host_vars/209.132.184.143
Normal file
11
inventory/host_vars/209.132.184.143
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
instance_type: m1.small
|
||||||
|
image: ami-00000013
|
||||||
|
keypair: fedora-admin
|
||||||
|
security_group: webserver
|
||||||
|
zone: nova
|
||||||
|
hostbase: artboard-
|
||||||
|
public_ip: 209.132.184.143
|
||||||
|
root_auth_users: skvidal duffy
|
||||||
|
description: artboard cloud instance for the fedora art group
|
||||||
|
volumes: ['-d /dev/vdb vol-00000009']
|
|
@ -1,5 +1,5 @@
|
||||||
- name: check/create instance
|
- name: check/create instance
|
||||||
hosts: 209.132.184.115
|
hosts: 209.132.184.143
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
- include: $tasks/persistent_cloud.yml
|
- include: $tasks/persistent_cloud.yml
|
||||||
|
|
||||||
- name: provision instance
|
- name: provision instance
|
||||||
hosts: 209.132.184.115
|
hosts: 209.132.184.143
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue