mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Ansible: Create VM: Use default timeout and explicitly declare auto_ip
This commit is contained in:
parent
8c19ea68c8
commit
d0cc43e89e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
boot_from_volume: yes
|
boot_from_volume: yes
|
||||||
volume_size: "{{ volume_size }}"
|
volume_size: "{{ volume_size }}"
|
||||||
key_name: "{{ key_name }}"
|
key_name: "{{ key_name }}"
|
||||||
timeout: 200
|
auto_ip: yes
|
||||||
flavor: "{{ flavor }}"
|
flavor: "{{ flavor }}"
|
||||||
security_groups: sg-tpot-ansible
|
security_groups: sg-tpot-ansible
|
||||||
network: network-tpot-ansible
|
network: network-tpot-ansible
|
||||||
|
|
Loading…
Reference in a new issue