diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index c698e5e2e..a45673118 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -181,15 +181,6 @@ iiab_usb_lib_show_all: True azuracast_install: False azuracast_enabled: False -azuracast_http_port: 10080 -azuracast_https_port: 10443 - -# Auracast needs many ports in the 8000:8100 range by default, but IIAB services -# conflict with those ports so this variable below sets a sane prefix. -# Eg: setting the below variable to 10 will result in port ranges 10000-10100 -# being reserved for azuracast -azuracast_port_range_prefix: 10 - dokuwiki_install: True dokuwiki_enabled: True diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index a1fd14891..e3d37b2de 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -181,15 +181,6 @@ iiab_usb_lib_show_all: True azuracast_install: False azuracast_enabled: False -azuracast_http_port: 10080 -azuracast_https_port: 10443 - -# Auracast needs many ports in the 8000:8100 range by default, but IIAB services -# conflict with those ports so this variable below sets a sane prefix. -# Eg: setting the below variable to 10 will result in port ranges 10000-10100 -# being reserved for azuracast -azuracast_port_range_prefix: 10 - dokuwiki_install: False dokuwiki_enabled: False diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 7db81ab41..8442a84c0 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -181,15 +181,6 @@ iiab_usb_lib_show_all: True azuracast_install: False azuracast_enabled: False -azuracast_http_port: 10080 -azuracast_https_port: 10443 - -# Auracast needs many ports in the 8000:8100 range by default, but IIAB services -# conflict with those ports so this variable below sets a sane prefix. -# Eg: setting the below variable to 10 will result in port ranges 10000-10100 -# being reserved for azuracast -azuracast_port_range_prefix: 10 - dokuwiki_install: False dokuwiki_enabled: False