changed disk-defaults to 15gb

This commit is contained in:
2023-12-18 00:15:04 +01:00
parent 6bfb387008
commit 5c4327b2d2
5 changed files with 19 additions and 16 deletions

View File

@@ -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