From 748778029e3a7187de9b4925fcec2e5f85282ae2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Aug 2021 15:45:43 -0400 Subject: [PATCH] default_vars.yml: roles/bluetooth runs in Stage 4 #2947 --- vars/default_vars.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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