From bc15ceaba18ca4fcf58e61e5bac2cca46c064ebe Mon Sep 17 00:00:00 2001
From: Maxim Krasilnikov <mak.krasilnikov@gmail.com>
Date: Mon, 25 Sep 2017 14:20:00 +0300
Subject: [PATCH] Update var doc about users accounts (#1685)

---
 docs/vars.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/vars.md b/docs/vars.md
index 0f794ced1..87402e381 100644
--- a/docs/vars.md
+++ b/docs/vars.md
@@ -129,5 +129,8 @@ The possible vars are:
 
 #### User accounts
 
-Kubespray sets up two Kubernetes accounts by default: ``root`` and ``kube``. Their
-passwords default to changeme. You can set this by changing ``kube_api_pwd``.
+By default, a user with admin rights is created, named `kube`.
+The password can be viewed after deployment by looking at the file
+`PATH_TO_KUBESPRAY/credentials/kube_user`. This contains a randomly generated
+password. If you wish to set your own password, just precreate/modify this
+file yourself or change `kube_api_pwd` var.
-- 
GitLab