mirror of
https://github.com/Expand-sys/kubernetes-rocky9
synced 2025-12-16 15:42:14 +11:00
6 lines
167 B
INI
6 lines
167 B
INI
[masters]
|
|
master ansible_host=IPADDRESS ansible_user=root
|
|
|
|
[workers]
|
|
worker1 ansible_host=IPADDRESS ansible_user=root
|
|
worker2 ansible_host=IPADDRESS ansible_user=root
|