Merge pull request #902 from insequent/master

Adding vault role
This commit is contained in:
Bogdan Dobrelya
2017-02-09 09:24:52 +01:00
committed by GitHub
63 changed files with 1781 additions and 18 deletions

View File

@@ -204,5 +204,12 @@ kpm_packages: []
rkt_version: 1.21.0
etcd_deployment_type: docker
kubelet_deployment_type: docker
vault_deployment_type: docker
efk_enabled: false
## Certificate Management
## This setting determines whether certs are generated via scripts or whether a
## cluster of Hashicorp's Vault is started to issue certificates (using etcd
## as a backend). Options are "script" or "vault"
cert_management: script