From 3d636ec702cf66af596ffb7e3c125ec8b601c066 Mon Sep 17 00:00:00 2001 From: Tim Moody Date: Mon, 5 Oct 2020 18:57:40 -0400 Subject: [PATCH] correct misleading comments --- vars/default_vars.yml | 7 ++++--- vars/local_vars_big.yml | 9 +++++---- vars/local_vars_medium.yml | 9 +++++---- vars/local_vars_min.yml | 9 +++++---- 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 7e4c501c3..53b3c1b43 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -68,12 +68,13 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm # Time Zone (php needs timezone to be set) local_tz: "{{ ansible_date_time.tz }}" -# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W +# Set these to False if you do not want to install IIAB Admin Console 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) +# Set to "False" if you do not want to use the latest js-menus +# either because you use wordpress or another home page +# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained) js_menu_install: True diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 2ecb40316..b58a9daec 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -36,12 +36,13 @@ 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 +# Set these to False if you do not want to install IIAB Admin Console 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) +# Set to "False" if you do not want to use the latest js-menus +# either because you use wordpress or another home page +# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained) js_menu_install: True @@ -150,7 +151,7 @@ sshd_enabled: True openvpn_install: True openvpn_enabled: False # Set /etc/iiab/openvpn_handle in advance here: -openvpn_handle: +openvpn_handle: # 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/ diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 58d905b70..6bd8cee77 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -36,12 +36,13 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm # Obtain a password hash - OLD WAY: # python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")' -# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W +# Set these to False if you do not want to install IIAB Admin Console 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) +# Set to "False" if you do not want to use the latest js-menus +# either because you use wordpress or another home page +# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained) js_menu_install: True @@ -150,7 +151,7 @@ sshd_enabled: True openvpn_install: True openvpn_enabled: False # Set /etc/iiab/openvpn_handle in advance here: -openvpn_handle: +openvpn_handle: # 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/ diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 3388672e7..77b5269d2 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -36,12 +36,13 @@ iiab_admin_pwd_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGm # Obtain a password hash - OLD WAY: # python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")' -# IIAB Admin Console is sometimes not needed, e.g. on Raspberry Pi Zero W +# Set these to False if you do not want to install IIAB Admin Console 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) +# Set to "False" if you do not want to use the latest js-menus +# either because you use wordpress or another home page +# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained) js_menu_install: True @@ -150,7 +151,7 @@ sshd_enabled: True openvpn_install: True openvpn_enabled: False # Set /etc/iiab/openvpn_handle in advance here: -openvpn_handle: +openvpn_handle: # 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/