Merge pull request #1447 from whereismyjetpack/template_known_users

Template out known_users.csv, optionally add groups
This commit is contained in:
Spencer Smith
2017-07-25 08:55:08 -04:00
committed by GitHub
3 changed files with 8 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ kube_cert_group: kube-cert
kube_log_level: 2
# Users to create for basic auth in Kubernetes API via HTTP
# Optionally add groups for user
kube_api_pwd: "changeme"
kube_users:
kube:
@@ -47,6 +48,8 @@ kube_users:
root:
pass: "{{kube_api_pwd}}"
role: admin
# groups:
# - system:masters