Skip to content
Snippets Groups Projects
Commit 6e35895b authored by David Kirstein's avatar David Kirstein
Browse files

also use kube_api_pwd for root account

This makes it a bit more secure. Also the password can now be changed with a (inventory) variable (no need to edit all.yml).
parent 1bdf34e7
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ kube_users:
pass: "{{kube_api_pwd}}"
role: admin
root:
pass: "changeme"
pass: "{{kube_api_pwd}}"
role: admin
# Kubernetes cluster name, also will be used as DNS domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment