Document admin_password in INSTALL.md

Because the first user that ever logs in shouldn't be an automated bot looking for vulnerable webservers.
This commit is contained in:
sezanzeb 2021-01-21 20:25:06 +01:00 committed by GitHub
parent f37471c858
commit 5445de7d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -479,6 +479,10 @@ If you choose to use the official images then the remote host will be the one to
Before starting the install process, review the [inventory](./installer/inventory) file, and uncomment and provide values for the following variables found in the `[all:vars]` section:
*admin_password*
> Provide a strong password to prevent malicious logins after the installation
*postgres_data_dir*
> If you're using the default PostgreSQL container (see [PostgreSQL](#postgresql-1) below), provide a path that can be mounted to the container, and where the database can be persisted.