play for configuring kube worker & load-balancing nodes

This commit is contained in:
2023-01-03 00:33:35 +01:00
parent fbba6d1f0c
commit 88c43e08a3

12
plays/launch.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: "launch"
hosts: controller
roles:
- role: roles/common
- role: roles/etcd
- role: roles/kubernetes
- hosts: worker
roles:
- role: roles/common
- role: roles/etcd