mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update local_vars_medium.yml
This commit is contained in:
parent
b26abcc9be
commit
4c9c328efe
1 changed files with 13 additions and 4 deletions
|
@ -36,6 +36,19 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm
|
||||||
# Obtain a password hash - OLD WAY:
|
# Obtain a password hash - OLD WAY:
|
||||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||||
|
|
||||||
|
# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W
|
||||||
|
admin_console_install: True
|
||||||
|
admin_console_enabled: True
|
||||||
|
#
|
||||||
|
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
||||||
|
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
||||||
|
js_menu_install: True
|
||||||
|
|
||||||
|
|
||||||
|
# IIAB Networking README: https://github.com/iiab/iiab/tree/master/roles/network
|
||||||
|
# IIAB Networking Doc: https://github.com/iiab/iiab/wiki/IIAB-Networking
|
||||||
|
# Read it offline too: http://box/info > "IIAB Networking"
|
||||||
|
|
||||||
iiab_hostname: box
|
iiab_hostname: box
|
||||||
iiab_domain: lan
|
iiab_domain: lan
|
||||||
|
|
||||||
|
@ -119,10 +132,6 @@ bluetooth_install: True
|
||||||
bluetooth_enabled: False
|
bluetooth_enabled: False
|
||||||
bluetooth_term_enabled: False
|
bluetooth_term_enabled: False
|
||||||
|
|
||||||
# Set to "False" if you want to revert to the older Dynamic Menuing system
|
|
||||||
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
|
||||||
js_menu_install: True
|
|
||||||
|
|
||||||
# UNMAINTAINED as of October 2017: https://github.com/iiab/iiab/pull/382
|
# UNMAINTAINED as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||||
# wondershaper_install: False
|
# wondershaper_install: False
|
||||||
# wondershaper_enabled: False
|
# wondershaper_enabled: False
|
||||||
|
|
Loading…
Reference in a new issue