[inventory] manage ssh connectivity in shared ssh.cfg usable outside of ansible with optional local overrides in ssh.cfg.local, use ssh.cfg in ansible and eliminate ssh config bleed from ~/.ssh/config, collect host key fingerprints in shared known_hosts file populated with fingerprints of reachable hosts
All checks were successful
/ Ansible Lint (push) Successful in 2m55s
All checks were successful
/ Ansible Lint (push) Successful in 2m55s
This commit is contained in:
parent
e9a5b711ae
commit
52d3fd4136
7 changed files with 203 additions and 92 deletions
|
|
@ -1,25 +1,12 @@
|
|||
all:
|
||||
hosts:
|
||||
dooris:
|
||||
ansible_host: dooris.ccchh.net
|
||||
ansible_user: chaos
|
||||
light:
|
||||
ansible_host: light.ccchh.net
|
||||
ansible_user: chaos
|
||||
opensourcetorrents:
|
||||
ansible_host: opensourcetorrents.ccchh.net
|
||||
ansible_user: chaos
|
||||
pve01:
|
||||
ansible_host: pve01.ccchh.net
|
||||
waybackproxy:
|
||||
ansible_host: waybackproxy.ccchh.net
|
||||
ansible_user: chaos
|
||||
yate:
|
||||
ansible_host: yate.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
z9-router:
|
||||
ansible_host: z9-router.ccchh.net
|
||||
ansible_user: chaos
|
||||
base_config_hosts:
|
||||
hosts:
|
||||
z9-router:
|
||||
|
|
|
|||
Loading…
Reference in a new issue