diff --git a/vars/default_vars.yml b/vars/default_vars.yml index d9ab19049..6bd1bc68a 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -259,9 +259,9 @@ nginx_log_dir: /var/log/nginx # e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt # LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879 squid_install: False -squid_enabled: False -gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites -gw_block_https: False # SEE ABOVE: iiab_gateway_enabled +squid_enabled: False # SEE 'iiab_gateway_enabled' FURTHER ABOVE +gw_squid_whitelist: False # Works with HTTP sites, not HTTPS sites +gw_block_https: False # UNMAINTAINED as of July 2021 # DansGuardian REQUIRES Squid (above) be installed & enabled. diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index f626fcd7b..f218b957d 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -151,9 +151,9 @@ pi_swap_file_size: 1024 # e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt # LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879 squid_install: False -squid_enabled: False -gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites -gw_block_https: False # SEE ABOVE: iiab_gateway_enabled +squid_enabled: False # SET 'iiab_gateway_enabled: True' FURTHER ABOVE? +gw_squid_whitelist: False # Works with HTTP sites, not HTTPS sites +gw_block_https: False # Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS bluetooth_install: True diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 3224e3b5b..9e4f5c5ba 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -151,9 +151,9 @@ pi_swap_file_size: 1024 # e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt # LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879 squid_install: False -squid_enabled: False -gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites -gw_block_https: False # SEE ABOVE: iiab_gateway_enabled +squid_enabled: False # SET 'iiab_gateway_enabled: True' FURTHER ABOVE? +gw_squid_whitelist: False # Works with HTTP sites, not HTTPS sites +gw_block_https: False # Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS bluetooth_install: True diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index b80eac23c..a7ddcdccf 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -151,9 +151,9 @@ pi_swap_file_size: 1024 # e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt # LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879 squid_install: False -squid_enabled: False -gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites -gw_block_https: False # SEE ABOVE: iiab_gateway_enabled +squid_enabled: False # SET 'iiab_gateway_enabled: True' FURTHER ABOVE? +gw_squid_whitelist: False # Works with HTTP sites, not HTTPS sites +gw_block_https: False # Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS bluetooth_install: True diff --git a/vars/local_vars_unittest.yml b/vars/local_vars_unittest.yml index cf74d9919..c00e34530 100644 --- a/vars/local_vars_unittest.yml +++ b/vars/local_vars_unittest.yml @@ -151,9 +151,9 @@ pi_swap_file_size: 1024 # e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt # LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879 squid_install: False -squid_enabled: False -gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites -gw_block_https: False # SEE ABOVE: iiab_gateway_enabled +squid_enabled: False # SET 'iiab_gateway_enabled: True' FURTHER ABOVE? +gw_squid_whitelist: False # Works with HTTP sites, not HTTPS sites +gw_block_https: False # Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS bluetooth_install: False