From dd771c5dca9f661e9a18636b34fd1df4a0663aec Mon Sep 17 00:00:00 2001 From: Tyler Hale Date: Tue, 17 Jan 2023 09:53:19 -0700 Subject: [PATCH] Fixing hosts --- hosts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts.yml b/hosts.yml index 5f91727..a81542e 100644 --- a/hosts.yml +++ b/hosts.yml @@ -18,8 +18,8 @@ prod: vars: ansible_user: haletek - ansible_ssh_common_args: '-o ProxyCommand="ssh dc1-bastion -W %h:%p 2>/dev/null" -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging w/ jump box - #ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging + #ansible_ssh_common_args: '-o ProxyCommand="ssh dc1-bastion -W %h:%p 2>/dev/null" -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging w/ jump box + 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