From 84a7ff79a491c4d418b927d75ca51de36b7eb405 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 28 Jun 2018 18:54:52 +0300 Subject: [PATCH] Update docs --- docs/deploy-from-ansible.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index c6dd13d9..8b9e386f 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -227,3 +227,21 @@ Required variables: - server - IP or hostname to access the server via SSH - endpoint - Public IP address of your server - ssh_user + + +### Update users + +Playbook: + +``` +users.yml +``` + +Required variables: + +- server - IP or hostname to access the server via SSH +- ca_password - Password to access the CA key + +Tags required: + +- update-users