| # This group contains hosts with all resources (binaries, packages, etc.) |
| # this key is supposed to be generated during setup.yml playbook execution |
| # change it just when you have better one working for all nodes |
| ansible_ssh_private_key_file: /root/.ssh/offline_ssh_key |
| ansible_ssh_common_args: '-o StrictHostKeyChecking=no' |
| # This is group of hosts where nexus, nginx, dns and all other required |
| #IP used for communication between infra and kubernetes nodes, must be specified. |
| # This is group of hosts which are/will be part of Kubernetes cluster. |
| #ip of the node that it uses for communication with k8s cluster. |
| # This is a group of hosts that are to be used as kubernetes control plane nodes. |
| # This means they host kubernetes api server, controller manager and scheduler. |
| # This example uses infra for this purpose, however note that any |
| # other host could be used including kubernetes nodes. |
| # cluster_ip needs to be set for hosts used as control planes. |
| kubernetes-control-plane: |