mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update local_vars_big.yml
This commit is contained in:
parent
513e607ecd
commit
0fce6306bf
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
|
# Linux user that has sudo access, for login to Admin Console http://box/admin
|
||||||
iiab_admin_user: iiab-admin
|
iiab_admin_user: iiab-admin
|
||||||
# Password hash to be used if Ansible creates the above user:
|
# 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:
|
# Obtain a password hash - NEW MORE SECURE WAY:
|
||||||
# python3 -c 'import crypt; print(crypt.crypt("<plaintext>", crypt.mksalt(crypt.METHOD_SHA512)))'
|
# python3 -c 'import crypt; print(crypt.crypt("<plaintext>", crypt.mksalt(crypt.METHOD_SHA512)))'
|
||||||
# Obtain a password hash - OLD WAY:
|
# Obtain a password hash - OLD WAY:
|
||||||
|
|
Loading…
Reference in a new issue