Adding firewalld and SELinux configuration for Kubernetes in configure_node_for_k8s

This commit is contained in:
2024-09-24 19:19:05 -04:00
parent 64bf05138e
commit 14c76fc7b6
2 changed files with 35 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
[masters]
KubeMaster ansible_host=192.168.100.2
KubeMaster ansible_host=192.168.100.2 master=true
[workers]
KubeWorker1 ansible_host=192.168.100.3
KubeWorker2 ansible_host=192.168.100.4
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