mirror of
https://github.com/KevinMidboe/kazan-ansible.git
synced 2025-10-29 01:30:16 +00:00
play for configuring kube worker & load-balancing nodes
This commit is contained in:
12
plays/launch.yml
Normal file
12
plays/launch.yml
Normal 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
|
||||
Reference in New Issue
Block a user