mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #643 from holta/install_admin
Rename variable: auto_admin -> install_admin
This commit is contained in:
commit
6e2c59a2fb
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
- include_tasks: admin-user.yml
|
||||
tags:
|
||||
- base
|
||||
when: auto_admin
|
||||
when: install_admin
|
||||
|
||||
- include_tasks: access.yml
|
||||
tags:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -15,13 +15,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:
|
||||
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
|
||||
|
||||
iiab_hostname: box
|
||||
|
|
Loading…
Reference in a new issue