12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
[master]
|
|
k3s-server ansible_host={{ vars.k3s_server_ip }}
|
|
|
|
[node]
|
|
db-server ansible_host={{ vars.db_server_ip }}
|
|
|
|
[all:vars]
|
|
ansible_port=22
|
|
ansible_ssh_user=ubuntu
|
|
ansible_ssh_private_key_file=hosts/id_rsa
|
|
ansible_host_key_checking=False
|