Create etcd cluster

This commit is contained in:
Paul-Henri Froidmont 2018-07-21 03:13:34 +02:00
parent 8fb65c8651
commit 92682a8360
2 changed files with 5 additions and 0 deletions

View file

@ -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"

View file

@ -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