mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Create etcd cluster
This commit is contained in:
parent
8fb65c8651
commit
92682a8360
2 changed files with 5 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ k8s_ca_certificate_owner: "root"
|
||||||
k8s_ca_certificate_group: "root"
|
k8s_ca_certificate_group: "root"
|
||||||
k8s_config_cluster_name: banditlair.com
|
k8s_config_cluster_name: banditlair.com
|
||||||
k8s_encryption_config_directory: "{{k8s_config_directory}}"
|
k8s_encryption_config_directory: "{{k8s_config_directory}}"
|
||||||
|
etcd_version: "3.2.18"
|
||||||
|
|
|
||||||
4
k8s.yml
4
k8s.yml
|
|
@ -11,6 +11,10 @@
|
||||||
tags: role-kubernetes-ca
|
tags: role-kubernetes-ca
|
||||||
- role: githubixx.kubernetes-ca
|
- role: githubixx.kubernetes-ca
|
||||||
tags: role-kubernetes-ca
|
tags: role-kubernetes-ca
|
||||||
|
- hosts: k8s_etcd
|
||||||
|
roles:
|
||||||
|
- role: githubixx.etcd
|
||||||
|
tags: role-etcd
|
||||||
- hosts: k8s
|
- hosts: k8s
|
||||||
roles:
|
roles:
|
||||||
- role: githubixx.harden-linux
|
- role: githubixx.harden-linux
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue