12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
[all]
|
|
ops-1 ansible_host=127.0.0.1 ansible_ssh_user=shenlan
|
|
k8s-1 ansible_host=3.115.13.153
|
|
k8s-2 ansible_host=35.78.97.10
|
|
k8s-3 ansible_host=35.77.230.131
|
|
|
|
[all:vars]
|
|
ansible_port=22
|
|
ansible_ssh_user=ubuntu
|
|
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
|
ansible_host_key_checking=False
|