disable certificate check

This commit is contained in:
2026-05-21 23:29:26 -04:00
parent 0c250e4087
commit 497c1334f8

View File

@@ -43,6 +43,7 @@
api_user: "{{ proxmox_api_user }}"
api_token_id: "{{ proxmox_api_token_id }}"
api_token_secret: "{{ proxmox_api_token_secret }}"
validate_certs: false
node: "{{ target_node }}"
vmid: "{{ vm_template_id }}"
clone: "template"
@@ -62,6 +63,7 @@
api_user: "{{ proxmox_api_user }}"
api_token_id: "{{ proxmox_api_token_id }}"
api_token_secret: "{{ proxmox_api_token_secret }}"
validate_certs: false
node: "{{ target_node }}"
vmid: "{{ cloned_vm.vmid }}"
cores: "{{ cpu_cores }}"
@@ -76,6 +78,7 @@
api_user: "{{ proxmox_api_user }}"
api_token_id: "{{ proxmox_api_token_id }}"
api_token_secret: "{{ proxmox_api_token_secret }}"
validate_certs: false
node: "{{ target_node }}"
vmid: "{{ cloned_vm.vmid }}"
state: started