Make rotate_kubernetes_certs default to false

This commit is contained in:
Raj Perera 2017-06-19 13:16:57 -04:00
parent cd143109fc
commit 4e95788e17

View file

@ -121,6 +121,9 @@ enable_network_policy: false
authorization_mode: ['AlwaysAllow']
rbac_enabled: "{{ 'RBAC' in authorization_mode }}"
## Set this flag to re-create kubernetes node and master certificates !!WARNING!!: Will overwrite existing certs.
rotate_kubernetes_certs: false
ssl_ca_dirs: "[
{% if ansible_os_family in ['CoreOS', 'Container Linux by CoreOS'] -%}
'/usr/share/ca-certificates',