mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Custom etcd role
This commit is contained in:
parent
958fb6be2f
commit
75a4c037da
11 changed files with 1038 additions and 5 deletions
6
k8s.yml
6
k8s.yml
|
|
@ -37,22 +37,18 @@
|
|||
- role: kubectl
|
||||
tags: role-kubectl
|
||||
- hosts: k8s_etcd
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: githubixx.etcd
|
||||
- role: etcd
|
||||
tags: role-etcd
|
||||
- hosts: k8s_controller
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: githubixx.kubernetes-controller
|
||||
tags: role-kubernetes-controller
|
||||
- hosts: k8s_worker
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: githubixx.kubernetes-worker
|
||||
tags: role-kubernetes-worker
|
||||
- hosts: k8s
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: githubixx.flanneld
|
||||
tags: role-kubernetes-flanneld
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue