2021-09-01 17:31:49 -06:00
|
|
|
---
|
|
|
|
# file: hosts.yml
|
|
|
|
|
|
|
|
prod:
|
|
|
|
hosts:
|
2023-01-17 09:52:55 -07:00
|
|
|
ws01:
|
|
|
|
ansible_host: 10.10.10.14
|
|
|
|
base_core_hostname: "hltk-ws1"
|
|
|
|
ws02:
|
|
|
|
ansible_host: 10.10.10.18
|
|
|
|
base_core_hostname: "hltk-ws2"
|
|
|
|
ws03:
|
|
|
|
ansible_host: 10.10.10.20
|
|
|
|
base_core_hostname: "hltk-ws3"
|
|
|
|
ws04:
|
|
|
|
ansible_host: 10.10.10.19
|
|
|
|
base_core_hostname: "hltk-ws4"
|
2021-09-01 17:31:49 -06:00
|
|
|
|
|
|
|
vars:
|
|
|
|
ansible_user: haletek
|
2023-01-17 09:52:55 -07:00
|
|
|
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
|
2022-08-22 13:11:34 -06:00
|
|
|
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
|