changed disk-defaults to 15gb
This commit is contained in:
4
main.yml
4
main.yml
@@ -45,6 +45,7 @@
|
||||
ansible.builtin.wait_for:
|
||||
timeout: 10
|
||||
delegate_to: localhost
|
||||
when: vm_created.changed
|
||||
|
||||
- name: Update VM configuration
|
||||
community.general.proxmox_kvm:
|
||||
@@ -86,6 +87,7 @@
|
||||
ansible.builtin.wait_for:
|
||||
timeout: 180
|
||||
delegate_to: localhost
|
||||
when: vm_created.changed
|
||||
|
||||
- name: Extract VM IP with regex
|
||||
set_fact:
|
||||
@@ -112,4 +114,4 @@
|
||||
enabled: true
|
||||
when: ansible_virtualization_type == 'kvm'
|
||||
delegate_to: "{{ vm_ip }}"
|
||||
become: true
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user