kubernetes ala Ger
This commit is contained in:
6
kube-cluster/hosts
Normal file
6
kube-cluster/hosts
Normal file
@ -0,0 +1,6 @@
|
||||
[masters]
|
||||
master ansible_host=master ansible_user=root
|
||||
|
||||
[workers]
|
||||
worker1 ansible_host=worker1 ansible_user=root
|
||||
worker2 ansible_host=worker2 ansible_user=root
|
Reference in New Issue
Block a user