From 2dd8d41637e078b8143b1f7c8db2d1bd3c633b45 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 26 Jul 2021 21:34:20 -0400 Subject: [PATCH] Update local_vars_medium.yml --- vars/local_vars_medium.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 4eab18180..1013bf5f0 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -98,9 +98,11 @@ ports_externally_visible: 3 # ssh + http-or-https + common IIAB services # Set True if client machines should have "passthrough" access to WAN/Internet: iiab_gateway_enabled: False +# UNMAINTAINED as of July 2021 dhcpd_install: False dhcpd_enabled: False +# UNMAINTAINED as of July 2021 # named (BIND) named_install: False named_enabled: False @@ -180,9 +182,11 @@ apache_allow_sudo: True # DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs # after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network") +# UNMAINTAINED as of July 2021 squid_install: False squid_enabled: False +# UNMAINTAINED as of July 2021 # DansGuardian REQUIRES Squid (above) be installed & enabled. # DansGuardian is NO LONGER AVAILABLE in Debian Buster i.e. since June 2019. dansguardian_install: False