style 💎: Update setupacdc.yml to disable certificate validation
Disabling certificate validation for Ansible setup process. This change ensures the connection is established without any certificate-related issues.
This commit is contained in:
@@ -44,3 +44,4 @@
|
||||
pubkey: 'ssh-ed25519 AAAAC3NzaC1...hBWA ansibleuser@ansiblehost'
|
||||
netif:
|
||||
net0: "name=eth0,hwaddr={{ mac_address }},gw={{ location_gateway }},ip={{ addc_ansible_host }}/24,bridge=vmbr0"
|
||||
validate_certs: no
|
||||
|
||||
Reference in New Issue
Block a user