mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Fix certificates names and permissions for etcd role
This commit is contained in:
parent
436d31433f
commit
05ef08c57d
5 changed files with 22 additions and 11 deletions
6
k8s.yml
6
k8s.yml
|
|
@ -26,24 +26,30 @@
|
|||
tags: role-peervpn
|
||||
- hosts: k8s_ca
|
||||
become: yes
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: cfssl
|
||||
tags: role-cfssl
|
||||
- role: kubernetes-ca
|
||||
tags: role-kubernetes-ca
|
||||
- hosts: k8s_etcd
|
||||
become: yes
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: etcd
|
||||
tags: role-etcd
|
||||
- hosts: k8s_master
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: 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