diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 104732d8d..58d905b70 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -36,6 +36,19 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm # Obtain a password hash - OLD WAY: # python -c 'import crypt; print crypt.crypt("", "$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_domain: lan @@ -119,10 +132,6 @@ bluetooth_install: True bluetooth_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 # wondershaper_install: False # wondershaper_enabled: False