From b0aea6e1369a2878d13a7702dbd8d73d1a38a797 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 12 Jul 2018 14:10:34 -0400 Subject: [PATCH] Update main.yml --- roles/network/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yml index a6a7cc8b4..61f622f03 100644 --- a/roles/network/defaults/main.yml +++ b/roles/network/defaults/main.yml @@ -62,7 +62,7 @@ network_config_dir: /etc/network/interfaces.d dns_jail_enabled: False services_externally_visible: False -# Following variables set for old apache, dhcpd, named usage +# Following variables set for old Apache, dhcpd, named usage dhcpd_install: True dhcpd_enabled: True named_install: True @@ -70,10 +70,10 @@ named_enabled: True dnsmasq_enabled: False dnsmasq_install: False -# Possibly useful Tim's earlier Nodogsplash (github.com/iiab/iiab/issues/826) +# For @tim-moody's Nodogsplash approach to Captive Portal? High experimental as of June 2018: github.com/iiab/iiab/issues/608 captive_portal_enabled: False -# For simple python Captive Portal (for Anish & Jerry's github.com/iiab/iiab/pull/870) +# Simple python Captive Portal, that @m-anish & @jvonau are experimenting with in July 2018: github.com/iiab/iiab/pull/870 py_captive_portal_install: True py_captive_portal_enabled: True py_captive_portal_port: "9090"