mirror of
https://github.com/Expand-sys/kubernetes-rocky9
synced 2025-12-16 15:42:14 +11:00
Create hosts
This commit is contained in:
parent
f99f46ff25
commit
5b5d0de998
1 changed files with 6 additions and 0 deletions
6
ansible-deploy-k8s/hosts
Normal file
6
ansible-deploy-k8s/hosts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[masters]
|
||||
master ansible_host=IPADDRESS ansible_user=root
|
||||
|
||||
[workers]
|
||||
worker1 ansible_host=IPADDRESS ansible_user=root
|
||||
worker2 ansible_host=IPADDRESS ansible_user=root
|
||||
Loading…
Reference in a new issue