9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
[masters]
|
|
KubeMaster ansible_host=192.168.100.2 master=true
|
|
|
|
[workers]
|
|
KubeWorker1 ansible_host=192.168.100.3 worker=true
|
|
KubeWorker2 ansible_host=192.168.100.4 worker=true
|
|
|
|
[ansible]
|
|
Ansible ansible_host=192.168.100.5 |