mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update local_vars_min.yml
This commit is contained in:
parent
8ee06808fb
commit
faee3df406
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ iiab_admin_user_install: True
|
|||
# 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_new_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop.
|
||||
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)))'
|
||||
# Obtain a password hash - OLD WAY:
|
||||
|
|
Loading…
Reference in a new issue