Also the same for security_groups
This commit is contained in:
parent
ec37aee7de
commit
50cb01ffd2
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
local_action:
|
local_action:
|
||||||
image: "{{ image }}"
|
image: "{{ image }}"
|
||||||
instance_type: "{{ instance_type }}"
|
instance_type: "{{ instance_type }}"
|
||||||
security_group: 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) }}"
|
image_id: "{{ image|image_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}"
|
||||||
nics:
|
nics:
|
||||||
|
@ -24,7 +24,6 @@
|
||||||
image_id: "{{ image|image_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
|
image_id: "{{ image|image_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
|
||||||
wait_for: 300
|
wait_for: 300
|
||||||
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
|
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
|
||||||
security_groups: "{{security_group}}"
|
|
||||||
key_name: fedora-admin-20130801
|
key_name: fedora-admin-20130801
|
||||||
floating_ips:
|
floating_ips:
|
||||||
- "{{public_ip}}"
|
- "{{public_ip}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue