Cleaning up inventory

This commit is contained in:
Tyler Hale 2023-02-04 07:21:38 -07:00
parent 3cbf02676f
commit 043ec07ad4
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -1,7 +1,7 @@
--- ---
# file: hosts.yml # file: hosts.yml
prod: prod:
hosts: hosts:
ws01: ws01:
ansible_host: 10.10.10.14 ansible_host: 10.10.10.14
@ -18,8 +18,8 @@ prod:
vars: vars:
ansible_user: haletek 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 UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging
base_core_ssh_permit_password_authentication: true # Enable 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_url: "https://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 base_core_root_ca_basename: "HLTKCL_RootCA" # Define the name of the Root CA to be installed