diff --git a/ansible-deploy-k8s/hosts b/ansible-deploy-k8s/hosts new file mode 100644 index 0000000..41f8124 --- /dev/null +++ b/ansible-deploy-k8s/hosts @@ -0,0 +1,6 @@ +[masters] +master ansible_host=IPADDRESS ansible_user=root + +[workers] +worker1 ansible_host=IPADDRESS ansible_user=root +worker2 ansible_host=IPADDRESS ansible_user=root