From 87865c8ceb9ac8a1a865ce78085fb1615d8a3958 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Wed, 12 Feb 2020 14:42:54 -0600 Subject: [PATCH] slimdown defaults --- roles/network/defaults/main.yml | 36 +-------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yml index b46dc0930..c052fcc46 100644 --- a/roles/network/defaults/main.yml +++ b/roles/network/defaults/main.yml @@ -38,6 +38,7 @@ hostapd_wait: 5 host_wireless_n: False driver_name: nl80211 +ap0_mac_addr: b8:27:99:12:34:56 # DNS / name resolution # dhcpd_install: False @@ -97,41 +98,6 @@ wondershaper_upspeed: "1024" # Unused # network_config_dir: /etc/network/interfaces.d -# Wi-Fi -host_ssid: IIAB -hostapd_wait: 1 -host_wifi_mode: g -host_channel: 6 -host_wireless_n: False -ap0_mac_addr: b8:27:99:12:34:56 -# Below moved to /etc/iiab/local_vars.yml: (so implementer sets this) -#host_country_code: US -hostapd_secure: True -hostapd_password: "iiab2017" -driver_name: nl80211 -hostapd_enabled: True -# Above is forcibly set to False (in roles/network/tasks/main.yml) if IIAB is -# being WiFi-installed (run "iiab-hotspot-on" AFTER ./iiab-install completes -# and content is downloaded, to enable the internal WiFi Access Point / AP!) -reboot_to_AP: False -# For those installing IIAB over WiFi: "reboot_to_AP: True" overrides the above -# detection of WiFi-as-gateway, forcing "hostapd_enabled: True" regardless. - -network_config_dir: /etc/network/interfaces.d -#iiab_network_mode: "Gateway" -dns_jail_enabled: False -services_externally_visible: False - -# DNS / name resolution -dhcpd_install: True -dhcpd_enabled: False -#dhcp_service: ???? # Set in individual OS's /opt/iiab/iiab/vars/.yml for use in roles/network/tasks/dhcpd.yml -#dhcp_service2: "dhcpd disabled" # Moved to roles/network/tasks/computed_services.yml as community transitions from named/BIND to dnsmasq (PR #1202) -named_install: True -named_enabled: False -dnsmasq_enabled: True -dnsmasq_install: True - # Originally for @tim-moody's Nodogsplash approach to Captive Portal # Highly experimental as of June 2018: https://github.com/iiab/iiab/issues/608 #