From d84c14e2b679292d7ad896e6409a3bdca1d02144 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 27 Nov 2017 12:08:11 -0500 Subject: [PATCH] reboot_to_AP: False (for installs via WiFi) --- vars/default_vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 1447e5f5b..ad6d7bf9e 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -69,6 +69,8 @@ host_wifi_mode: g host_channel: 6 hostapd_secure: False hostapd_password: changeme +# Option to reboot to Access Point after installing over WiFi (equiv to running iiab-hotspot-on) +reboot_to_AP: False # Gateway mode iiab_lan_enabled: True