Ansible: Create VM: Use default timeout and explicitly declare auto_ip

This commit is contained in:
Sebastian Haderecker 2021-04-15 17:00:13 +02:00
parent 8c19ea68c8
commit d0cc43e89e

View file

@ -11,7 +11,7 @@
boot_from_volume: yes
volume_size: "{{ volume_size }}"
key_name: "{{ key_name }}"
timeout: 200
auto_ip: yes
flavor: "{{ flavor }}"
security_groups: sg-tpot-ansible
network: network-tpot-ansible