feat: Update [all] inventory group by replacing existing hosts with new console and xray entries, and standardize SSH configuration.
This commit is contained in:
parent
a64c91528e
commit
af14489d56
@ -1,19 +1,13 @@
|
||||
[all]
|
||||
hw-node.svc.plus ansible_host=139.9.139.22 ansible_ssh_user=root
|
||||
cn-gateway.svc.plus ansible_host=8.130.10.142 ansible_ssh_user=root
|
||||
us-gateway.svc.plus ansible_host=52.196.108.28 ansible_ssh_user=ubuntu
|
||||
global-gateway.svc.plus ansible_host=54.183.199.99 ansible_ssh_user=ubuntu
|
||||
canada-gateway.svc.plus ansible_host=3.96.167.208 ansible_ssh_user=ubuntu
|
||||
vault.onwalk.net ansible_host=3.101.151.231 ansible_ssh_user=ubuntu
|
||||
ldap.svc.plus ansible_host=35.182.63.247 ansible_ssh_user=ubuntu
|
||||
keycloak.svc.plus ansible_host=3.99.126.158 ansible_ssh_user=ubuntu
|
||||
observability.onwalk.net ansible_host=54.153.80.120 ansible_ssh_user=ubuntu
|
||||
argocd.svc.plus ansible_host=13.57.247.27 ansible_ssh_user=ubuntu
|
||||
xray-sg.svc.plus ansible_host=18.142.253.71
|
||||
cn-console.svc.plus ansible_host=8.155.148.173 ansible_ssh_user=root
|
||||
global-console.svc.plus ansible_host=52.195.9.10
|
||||
|
||||
[gateway]
|
||||
vpn-gateway.svc.plus ansible_host=167.179.72.223 ansible_ssh_user=root
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
ansible_ssh_user=ubuntu
|
||||
ansible_host_key_checking=False
|
||||
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
|
||||
Loading…
Reference in New Issue
Block a user