mirror of
https://github.com/jcwimer/kubernetes-ansible
synced 2026-03-24 16:44:44 +00:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
[masters]
|
|
master1 ansible_host=192.168.254.2
|
|
|
|
[workers]
|
|
worker1 ansible_host=192.168.254.3
|
|
worker2 ansible_host=192.168.254.4
|
|
worker3 ansible_host=192.168.254.5 |