mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update default_vars.yml
This commit is contained in:
parent
04fbf9cdbb
commit
09bc69970d
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ iiab_admin_user_install: True
|
|||
# If iiab_admin_user_install: False, set iiab_admin_user (below) to an existing
|
||||
# Linux user that has sudo access, for login to Admin Console http://box/admin
|
||||
iiab_admin_user: iiab-admin
|
||||
# Password hash to be used if Ansible creates the above user:
|
||||
iiab_admin_published_pwd: g0adm1n
|
||||
# Password hash to override above, if Ansible creates above user:
|
||||
iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop.
|
||||
# Obtain a password hash - NEW MORE SECURE WAY:
|
||||
# python3 -c 'import crypt; print(crypt.crypt("<plaintext>", crypt.mksalt(crypt.METHOD_SHA512)))'
|
||||
|
|
Loading…
Reference in a new issue