diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 76c4a3e17..32dcd6615 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -88,11 +88,6 @@ 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. -# Bluetooth PAN access to server -bluetooth_install: True -bluetooth_enabled: False -bluetooth_term_enabled: False - # Gateway mode iiab_lan_enabled: True iiab_wan_enabled: True @@ -148,6 +143,11 @@ captive_portal_enabled: False captive_portal_port: 9090 # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index b6e5629b3..ef9ccf413 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -86,6 +86,11 @@ captive_portal_install: False captive_portal_enabled: False # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index eabcf77f5..e999d77c6 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -86,6 +86,11 @@ captive_portal_install: False captive_portal_enabled: False # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index ae1f82091..2ec06ebf3 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -86,6 +86,11 @@ captive_portal_install: False captive_portal_enabled: False # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True