mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
* change apache_data to apache_user in all * no libapach2 in centos. just php. no php-magick in centos * remove redundant vars entries * do not create apache user * missed one pound sign * soft code all references to apache_user * centos requires older setuptools * revert ansible_lsb.id in xsce.yml * try getting recent pip * move pip download to 2prep so that kalite success is not dependent on iiab coming first * still need to replace setuptools in kalite * add curl -- needed in debian * massivly substitue iiab for xsce, and rename files * completed runansible * centos fixes,install pip * appliance means no iptables rules * change to earlier version of setuptools for centos * delete file duplicate, hopefully unnecessary. generate the offline docs * wiki docs errors * create the admin group -- deleted earlier * use the --yes option with pip uninstall * base of repo moved from schoolserver to iiab, unleashkids.org->iiab.io * network detection broken due to tupo
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
# use these as a tag a release at a point in time
|
|
iiab_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
|
|
iiab_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"
|
|
iiab_wireless_lan_iface: "none"
|
|
iiab_lan_iface: "none"
|
|
iiab_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/iiab-admin/defaults/main.yml sync'd
|
|
admin_console_path: "{{ iiab_base }}/admin_console"
|
|
cmdsrv_path: "{{ iiab_base }}/iiab_cmdsrv"
|
|
iiab_cmdsrv_dbname : "iiab_cmdsrv.0.2.db"
|
|
wifi_id: none
|