Move image back to default in the playbook and clean up another duplicate.
This commit is contained in:
parent
52697ae7dc
commit
d7ecfff48e
2 changed files with 1 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
||||||
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,11 +8,9 @@
|
||||||
- name: spin UP VM using nova_compute
|
- name: spin UP VM using nova_compute
|
||||||
sudo: False
|
sudo: False
|
||||||
local_action:
|
local_action:
|
||||||
image: "{{ centos70_x86_64 }}"
|
|
||||||
instance_type: "{{ instance_type }}"
|
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
|
||||||
region: nova
|
region: nova
|
||||||
image_id: "{{ image|image_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}"
|
|
||||||
nics:
|
nics:
|
||||||
- net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30"
|
- net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30"
|
||||||
name: "{{ name }}"
|
name: "{{ name }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue