Ansible scripts to deploy a K8s cluster on a Proxmox node.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
189 B

[proxmox]
h61 ansible_ssh_host=192.168.0.103
[k8s]
192.168.0.16[0:2]
[masters]
192.168.0.160
[workers]
192.168.0.16[1:2]
[all:vars]
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'