mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #640 from holta/master
Keep local_vars.yml within 80 columns
This commit is contained in:
commit
4887d24483
2 changed files with 4 additions and 2 deletions
|
@ -30,7 +30,8 @@ disregard_network: False # use cache or error out if cache does not exist
|
|||
# Users and Passwords
|
||||
|
||||
iiab_admin_user: iiab-admin
|
||||
# Obtain a password hash with: python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
# Obtain a password hash with:
|
||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
iiab_admin_passw_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop.
|
||||
auto_admin: True
|
||||
|
||||
|
|
|
@ -12,7 +12,8 @@ download_timeout: 100
|
|||
# Users and Passwords
|
||||
|
||||
iiab_admin_user: iiab-admin
|
||||
# Obtain a password hash with: python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
# Obtain a password hash with:
|
||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
# iiab_admin_passw_hash:
|
||||
auto_admin: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue