1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

auto_admin -> install_admin

This commit is contained in:
A Holt 2017-12-30 12:47:57 -05:00 committed by GitHub
parent c20c976371
commit f966dc24f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,13 +33,13 @@ iiab_admin_user: iiab-admin
# 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
install_admin: True
# Set auto_admin: False if you don't want iiab_admin_user & wheel group to be
# Set install_admin: False if you don't want iiab_admin_user & wheel group to be
# auto-created in roles/iiab-admin/tasks/main.yml, thereby disabling sudo-based
# warnings on use of published passwords like pi/raspberry & iiab-admin/g0adm1n
# If auto_admin: False, set iiab_admin_user (above) to an existing Linux user
# If install_admin: False, set iiab_admin_user (above) to an existing Linux user
# that has sudo access, so you can login to Admin Console @ http://box/admin
# Languages