Another stab
This commit is contained in:
parent
f6d9f5df5a
commit
6c63e23e07
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
vars:
|
vars:
|
||||||
image: "{{ centos70_x86_64 }}"
|
image: "{{ centos70_x86_64 }}"
|
||||||
instance_type: m1.small
|
instance_type: m1.small
|
||||||
image: "{{ centos70_x86_64 }}"
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: fail when name is not provided
|
- name: fail when name is not provided
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
- name: spin UP VM using nova_compute
|
- name: spin UP VM using nova_compute
|
||||||
sudo: False
|
sudo: False
|
||||||
local_action:
|
local_action:
|
||||||
instance_type: "{{ instance_type }}"
|
|
||||||
security_groups: web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
|
security_groups: web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
|
||||||
nics:
|
nics:
|
||||||
- net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30"
|
- net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue