diff --git a/vars/default_vars.yml b/vars/default_vars.yml index d56a8c22f..816b2a2b1 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -184,11 +184,6 @@ block_DNS: False # Enable in local_vars.yml AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network" dns_jail_enabled: False -# Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS -bluetooth_install: True -bluetooth_enabled: False -bluetooth_term_enabled: False - # UNMAINTAINED as of October 2017: https://github.com/iiab/iiab/pull/382 wondershaper_install: False wondershaper_enabled: False @@ -272,6 +267,11 @@ squid_enabled: False dansguardian_install: False dansguardian_enabled: False +# Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # USB_LIB usb_lib_install: True usb_lib_enabled: True