mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Ansible: Create VM: Use default timeout and explicitly declare auto_ip
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user