mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
c32fc5c7d6
commit
6269aa590d
1 changed files with 7 additions and 5 deletions
|
@ -62,17 +62,14 @@ network_config_dir: /etc/network/interfaces.d
|
||||||
dns_jail_enabled: False
|
dns_jail_enabled: False
|
||||||
services_externally_visible: False
|
services_externally_visible: False
|
||||||
|
|
||||||
# Following variables set for old Apache, dhcpd, named usage
|
# DNS / name resolution
|
||||||
dhcpd_install: True
|
dhcpd_install: True
|
||||||
dhcpd_enabled: True
|
dhcpd_enabled: True
|
||||||
|
dhcp_service2: disabled # Proposed by @jvonau to solve #1184 -> PR #1185 as required by roles/network/tasks/computed_services.yml ?
|
||||||
named_install: True
|
named_install: True
|
||||||
named_enabled: False
|
named_enabled: False
|
||||||
dnsmasq_enabled: True
|
dnsmasq_enabled: True
|
||||||
dnsmasq_install: True
|
dnsmasq_install: True
|
||||||
dhcp_service2: disabled # Proposed by @jvonau to solve #1184 -> PR #1185 as required by roles/network/tasks/computed_services.yml ?
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||||
|
@ -83,3 +80,8 @@ py_captive_portal_port: "9090"
|
||||||
py_captive_portal_username: "Admin"
|
py_captive_portal_username: "Admin"
|
||||||
py_captive_portal_password: "changeme"
|
py_captive_portal_password: "changeme"
|
||||||
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
||||||
|
|
||||||
|
# For @tim-moody's Nodogsplash approach to Captive Portal?
|
||||||
|
# Highly experimental as of June 2018: https://github.com/iiab/iiab/issues/608
|
||||||
|
# captive_portal_install: False
|
||||||
|
# captive_portal_enabled: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue