mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Create etcd cluster
This commit is contained in:
parent
8fb65c8651
commit
92682a8360
2 changed files with 5 additions and 0 deletions
4
k8s.yml
4
k8s.yml
|
|
@ -11,6 +11,10 @@
|
|||
tags: role-kubernetes-ca
|
||||
- role: githubixx.kubernetes-ca
|
||||
tags: role-kubernetes-ca
|
||||
- hosts: k8s_etcd
|
||||
roles:
|
||||
- role: githubixx.etcd
|
||||
tags: role-etcd
|
||||
- hosts: k8s
|
||||
roles:
|
||||
- role: githubixx.harden-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue