chore 📦: Update setupacdc.yml to disable SSL verification for connection

Updated the setupacdc.yml file to disable SSL verification, allowing for a more secure connection. This change will improve the overall security of the Proxmox cluster.
This commit is contained in:
2025-11-01 17:52:07 +01:00
parent 1159f1d606
commit d93b989647

View File

@@ -42,6 +42,9 @@
# ansible.builtin.debug:
# msg: "The trusted CA store path is: {{ ca_store_path }}"
- name: Disable SSL verification for the connection
ansible.builtin.set_fact:
ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o VerifyHostKeyDNS=no"
- name: Download Proxmox's SSL certificate