mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
# no_admin: "" -> auto_admin: True
This commit is contained in:
parent
f768986fb0
commit
1ccfb50d75
1 changed files with 9 additions and 12 deletions
|
@ -4,27 +4,24 @@
|
|||
# SEE EXAMPLE http://download.iiab.io/6.5/rpi/local_vars_big.yml
|
||||
# SEE EXAMPLE http://download.iiab.io/6.5/rpi/local_vars_min.yml
|
||||
|
||||
# Original Idea: branch github.com/xsce/xsce-local for your deployment
|
||||
# Orig Idea: branch github.com/xsce/xsce-local for your deployment/community
|
||||
|
||||
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
|
||||
download_timeout: 100
|
||||
|
||||
# Users and Passwords
|
||||
|
||||
# Uncomment the following if you don't want iiab_admin_user (by default
|
||||
# iiab-admin) to be auto-created in roles/iiab-admin/tasks/main.yml
|
||||
# Also disables sudo-based verification of published passwords.
|
||||
|
||||
# no_admin: ""
|
||||
|
||||
# If no_admin variable is established above (its actual value is IGNORED) also
|
||||
# set iiab_admin_user (below) to an existing Linux user that has sudo access.
|
||||
# That is the username you'll use to login to Admin Console @ http://box/admin
|
||||
|
||||
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
|
||||
|
||||
# Set auto_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
|
||||
# verification of published passwords like pi/raspberry & iiab-admin/g0adm1n
|
||||
|
||||
# If auto_admin: False, set iiab_admin_user (below) to an existing Linux user
|
||||
# that has sudo access, so you can login to Admin Console @ http://box/admin
|
||||
|
||||
iiab_hostname: box
|
||||
iiab_domain: lan
|
||||
|
|
Loading…
Add table
Reference in a new issue