Skip to content
Snippets Groups Projects
Commit 9135c134 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Merge pull request #221 from Smana/variable_for_root_api_pwd

use a variable for api's 'root' password
parents 078d27c0 59d71740
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,14 @@ kube_cert_group: kube-cert
kube_log_level: 2
# Users to create for basic auth in Kubernetes API via HTTP
root_api_pwd: "changeme"
kube_users:
kube:
pass: changeme
role: admin
# root:
# pass: changeme
# role: admin
# kube:
# pass: changeme
# role: admin
root:
pass: "{{root_api_pwd}}"
role: admin
# Kubernetes cluster name, also will be used as DNS domain
cluster_name: cluster.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment