mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
|
# use these as a tag a release at a point in time
|
||
|
xsce_base_ver: 0
|
||
|
gui_version: 2
|
||
|
NUC6_firmware_needed: False
|
||
|
|
||
|
# These entries should never be changed in this file.
|
||
|
# These are defaults for boolean routines,
|
||
|
installing: False
|
||
|
exFAT_enabled: False
|
||
|
no_NM_reload: False
|
||
|
has_WAN: False
|
||
|
wireless_lan_present: False
|
||
|
udev_needs_patch: False
|
||
|
strict_networking: False
|
||
|
xsce_demo_mode: False
|
||
|
gw_active: False
|
||
|
gui_static_wan: False
|
||
|
has_internet_connection: False
|
||
|
is_F18: False
|
||
|
is_F20: False
|
||
|
is_F21: False
|
||
|
is_F22: False
|
||
|
is_F23: False
|
||
|
is_F24: False
|
||
|
|
||
|
# Set default for discovered hardware
|
||
|
driver_name: nl80211
|
||
|
rpi_model: none
|
||
|
is_rpi: False
|
||
|
xo_model: none
|
||
|
rtc_id: none
|
||
|
|
||
|
# Set defaults for discovery process as strings
|
||
|
wifi1: "not found-1"
|
||
|
wifi2: "not found-2"
|
||
|
discovered_wan_iface: "none"
|
||
|
discovered_lan_iface: "none"
|
||
|
discovered_wireless_iface: "none"
|
||
|
xsce_wireless_lan_iface: "none"
|
||
|
xsce_lan_iface: "none"
|
||
|
xsce_wan_iface: "none"
|
||
|
device_gw: "none"
|
||
|
has_ifcfg_gw: "none"
|
||
|
has_wifi_gw: "none"
|
||
|
ap_device: "none"
|
||
|
device_gw2: ""
|
||
|
|
||
|
# WiFi
|
||
|
ssid: XSCE
|
||
|
hostapd_wait: 10
|
||
|
gui_port: 80
|
||
|
|
||
|
# must keep roles/xsce-admin/defaults/main.yml sync'd
|
||
|
admin_console_path: "{{ xsce_base }}/admin_console"
|
||
|
cmdsrv_path: "{{ xsce_base }}/xsce_cmdsrv"
|
||
|
xsce_cmdsrv_dbname : "xsce_cmdsrv.0.2.db"
|
||
|
wifi_id: none
|