20 lines
512 B
INI
20 lines
512 B
INI
[web]
|
|
cn-front.svc.plus ansible_host=47.120.61.35 ansible_user=root
|
|
|
|
[agent_proxy]
|
|
jp-xhttp-contabo.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
|
|
|
[k3s]
|
|
jp-k3s-vultr.svc.plus ansible_host=167.179.110.129 ansible_user=root
|
|
|
|
[all:vars]
|
|
ansible_port=22
|
|
ansible_user=root
|
|
ansible_ssh_transfer_method=piped
|
|
ansible_host_key_checking=False
|
|
|
|
# SSH 密钥或密码(二选一)
|
|
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
|
k3s_platform_git_private_key=~/.ssh/id_rsa
|
|
|