summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorsezanzeb <proxima@hip70890b.de>2021-01-21 20:25:06 +0100
committerGitHub <noreply@github.com>2021-01-21 20:25:06 +0100
commit5445de7d01696fab816f4a30752e7d4e445c3037 (patch)
tree6afb19b2b1c883ec08d8cfcf9f16320579430885 /INSTALL.md
parentMerge pull request #8782 from marshmalien/setting-radius-tacacs-edit-forms (diff)
downloadawx-5445de7d01696fab816f4a30752e7d4e445c3037.tar.xz
awx-5445de7d01696fab816f4a30752e7d4e445c3037.zip
Document admin_password in INSTALL.md
Because the first user that ever logs in shouldn't be an automated bot looking for vulnerable webservers.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f7ab93a6e3..357dea1cc1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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.