This website requires JavaScript.
Explore
Help
Sign In
C12s
/
c12s-kubespray
Watch
3
Star
0
Fork
You've already forked c12s-kubespray
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d96e17451e
c12s-kubespray
/
roles
/
kubernetes
/
secrets
/
defaults
/
main.yml
4 lines
62 B
YAML
Raw
Normal View
History
Unescape
Escape
Rework inventory all by real groups' vars * Leave all.yml to keep only optional vars * Store groups' specific vars by existing group names * Fix optional vars casted as mandatory (add default()) * Fix missing defaults for an optional IP var * Relink group_vars for terraform to reflect changes Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
2016-12-27 15:39:00 +00:00
---
kube_cert_group
:
kube-cert
refactor vault role (#2733) * Move front-proxy-client certs back to kube mount We want the same CA for all k8s certs * Refactor vault to use a third party module The module adds idempotency and reduces some of the repetitive logic in the vault role Requires ansible-modules-hashivault on ansible node and hvac on the vault hosts themselves Add upgrade test scenario Remove bootstrap-os tags from tasks * fix upgrade issues * improve unseal logic * specify ca and fix etcd check * Fix initialization check bump machine size
2018-05-11 16:11:38 +00:00
kube_vault_mount_path
:
"/kube"
Reference in a new issue
Copy permalink