diff --git a/docs/quick-start.md b/docs/quick-start.md index bc2645e53..4ad41ca7c 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -132,6 +132,8 @@ ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNA # Example: ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=john password=secret-password admin=yes' --tags=register-user ``` +ℹ️ *For an instruction to add other user accounts than yours, see [Registering users](registering-users.md).* + ## Finalize server installation This section is optimized for this quick-start guide and is derived from the following full-documentation page: [Server Delegation](howto-server-delegation.md)