Merge pull request #221 from Smana/variable_for_root_api_pwd
use a variable for api's 'root' password
This commit is contained in:
commit
9135c134ec
1 changed files with 7 additions and 6 deletions
|
@ -17,13 +17,14 @@ kube_cert_group: kube-cert
|
||||||
kube_log_level: 2
|
kube_log_level: 2
|
||||||
|
|
||||||
# Users to create for basic auth in Kubernetes API via HTTP
|
# Users to create for basic auth in Kubernetes API via HTTP
|
||||||
|
root_api_pwd: "changeme"
|
||||||
kube_users:
|
kube_users:
|
||||||
kube:
|
# kube:
|
||||||
pass: changeme
|
|
||||||
role: admin
|
|
||||||
# root:
|
|
||||||
# pass: changeme
|
# pass: changeme
|
||||||
# role: admin
|
# role: admin
|
||||||
|
root:
|
||||||
|
pass: "{{root_api_pwd}}"
|
||||||
|
role: admin
|
||||||
|
|
||||||
# Kubernetes cluster name, also will be used as DNS domain
|
# Kubernetes cluster name, also will be used as DNS domain
|
||||||
cluster_name: cluster.local
|
cluster_name: cluster.local
|
||||||
|
|
Loading…
Reference in a new issue