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