Initial commit
This commit is contained in:
parent
46a6f7d3ec
commit
49ba7cd121
40 changed files with 1121 additions and 0 deletions
18
hosts.yml
Normal file
18
hosts.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
# 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_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"
|
Loading…
Add table
Add a link
Reference in a new issue