Don't try and use a variable for networks, it's defined in the temp playbook.
This commit is contained in:
parent
0dc178073f
commit
6bfa3c49f6
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
|||
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
|
||||
security_groups: "{{security_group}}"
|
||||
key_name: "{{ keypair }}"
|
||||
nics: "{{ cloud_networks }}"
|
||||
floating_ips:
|
||||
- "{{public_ip}}"
|
||||
register: nova_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue