Updating the example inventory

This commit is contained in:
Tyler Hale 2022-08-22 13:11:34 -06:00
parent f44992aa35
commit ecd42f71a9
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -10,9 +10,8 @@ prod:
ansible_host: 192.168.0.11
vars:
ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
base_core_ssh_permit_password_authentication: true
ansible_user: haletek
base_core_motd_banner: "##########################################\n __ __ __ __ __ \n / / / /____ _ / /___ / /_ ___ / /__\n / /_/ // __ `// // _ \\ / __// _ \\ / //_/\n / __ // /_/ // // __// /_ / __// ,< \n/_/ /_/ \\__,_//_/ \\___/ \\__/ \\___//_/|_| \n##########################################"
base_core_root_ca_url: "http://cert.haletek.cloud/PKI/RootCA.cer"
base_core_root_ca_basename: "HLTKCL_RootCA"
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