Adding some stuff to manage fedora based kubernetes nodes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[masters]
|
||||
KubeMaster ansible_host=192.168.100.2 master=true
|
||||
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
|
||||
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
|
||||
ansible ansible_host=192.168.100.5 connection=local
|
||||
Reference in New Issue
Block a user