diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index b58a9daec..476a57b33 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -36,7 +36,7 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm # Obtain a password hash - OLD WAY: # python -c 'import crypt; print crypt.crypt("", "$6$<salt>")' -# Set these to False if you do not want to install IIAB Admin Console +# Set these to False if you do not want to install/enable IIAB Admin Console admin_console_install: True admin_console_enabled: True # @@ -151,7 +151,7 @@ sshd_enabled: True openvpn_install: True openvpn_enabled: False # Set /etc/iiab/openvpn_handle in advance here: -openvpn_handle: +openvpn_handle: "BIG-sized - Put Your Name Here" # Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4. # Please see recommendations at: https://itsfoss.com/swap-size/ @@ -318,6 +318,8 @@ moodle_enabled: True # Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps osm_vector_maps_install: True osm_vector_maps_enabled: True +# Set to "True" to download .mbtiles files from Archive.org (might be slow!) +maps_from_internet_archive: False # Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879 # Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957