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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user