mirror of
https://github.com/KevinMidboe/kazan-ansible.git
synced 2026-09-07 16:42:37 +00:00
play for configuring kube worker & load-balancing nodes
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user