mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean default_vars.yml
This commit is contained in:
parent
14549cfabb
commit
cf4109da4f
1 changed files with 9 additions and 5 deletions
|
@ -91,6 +91,7 @@ host_wifi_mode: g
|
||||||
host_channel: 6
|
host_channel: 6
|
||||||
hostapd_secure: False
|
hostapd_secure: False
|
||||||
hostapd_password: changeme
|
hostapd_password: changeme
|
||||||
|
hostapd_install: True # 2020-01-21: do not rely on this var for now (might be implemented in future)
|
||||||
hostapd_enabled: True
|
hostapd_enabled: True
|
||||||
# Above is forcibly set to False (in roles/network/tasks/main.yml) if IIAB is
|
# Above is forcibly set to False (in roles/network/tasks/main.yml) if IIAB is
|
||||||
# being WiFi-installed (run "iiab-hotspot-on" AFTER ./iiab-install completes
|
# being WiFi-installed (run "iiab-hotspot-on" AFTER ./iiab-install completes
|
||||||
|
@ -102,7 +103,7 @@ reboot_to_AP: False
|
||||||
# Gateway mode
|
# Gateway mode
|
||||||
iiab_lan_enabled: True
|
iiab_lan_enabled: True
|
||||||
iiab_wan_enabled: True
|
iiab_wan_enabled: True
|
||||||
ssh_port: 22
|
ssh_port: 22 # SEE sshd_* vars below.
|
||||||
# Ties in what the user populated in the GUI for static WAN IP address info:
|
# Ties in what the user populated in the GUI for static WAN IP address info:
|
||||||
gui_wan: True
|
gui_wan: True
|
||||||
adm_cons_force_ssl: False
|
adm_cons_force_ssl: False
|
||||||
|
@ -165,7 +166,7 @@ bluetooth_term_enabled: False
|
||||||
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu)
|
||||||
js_menu_install: True
|
js_menu_install: True
|
||||||
|
|
||||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
# UNMAINTAINED as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||||
wondershaper_install: False
|
wondershaper_install: False
|
||||||
wondershaper_enabled: False
|
wondershaper_enabled: False
|
||||||
|
|
||||||
|
@ -195,6 +196,8 @@ wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
||||||
|
|
||||||
# 1-PREP
|
# 1-PREP
|
||||||
|
|
||||||
|
# SEE ssh_port var above.
|
||||||
|
sshd_install: True # 2020-01-21: do not rely on this var for now (might be implemented in future)
|
||||||
sshd_enabled: True
|
sshd_enabled: True
|
||||||
|
|
||||||
# roles/iiab-admin runs here
|
# roles/iiab-admin runs here
|
||||||
|
@ -323,9 +326,10 @@ activity_server_enabled: False
|
||||||
ejabberd_xs_install: False
|
ejabberd_xs_install: False
|
||||||
ejabberd_xs_enabled: False
|
ejabberd_xs_enabled: False
|
||||||
|
|
||||||
|
# UNMAINTAINED since about 2012-2017
|
||||||
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
|
||||||
idmgr_install: False
|
idmgr_install: False
|
||||||
idmgr_enables: False
|
idmgr_enabled: False
|
||||||
|
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
@ -342,7 +346,7 @@ azuracast_https_port: 10443
|
||||||
# being reserved for AzuraCast:
|
# being reserved for AzuraCast:
|
||||||
azuracast_port_range_prefix: 10
|
azuracast_port_range_prefix: 10
|
||||||
|
|
||||||
# Unmaintained as of January 2020: https://github.com/iiab/iiab/issues/2056
|
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
|
||||||
dokuwiki_install: False
|
dokuwiki_install: False
|
||||||
dokuwiki_enabled: False
|
dokuwiki_enabled: False
|
||||||
dokuwiki_url: /dokuwiki
|
dokuwiki_url: /dokuwiki
|
||||||
|
@ -350,7 +354,7 @@ dokuwiki_url: /dokuwiki
|
||||||
mediawiki_install: False
|
mediawiki_install: False
|
||||||
mediawiki_enabled: False
|
mediawiki_enabled: False
|
||||||
|
|
||||||
# Unmaintained as of November 2019
|
# UNMAINTAINED as of November 2019
|
||||||
ejabberd_install: False
|
ejabberd_install: False
|
||||||
ejabberd_enabled: False
|
ejabberd_enabled: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue