--- # file: hosts.yml prod: hosts: prod-svr01: ansible_host: 192.168.0.10 base_core_hostname: "prod-svr01" prod-svr02: ansible_host: 192.168.0.11 vars: ansible_user: haletek ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging base_core_ssh_permit_password_authentication: true # Enable base_core_root_ca_url: "http://cert.haletek.cloud/PKI/RootCA.cer" # Define the Root CA to be installed base_core_root_ca_basename: "HLTKCL_RootCA" # Define the name of the Root CA to be installed