Skip to content

Instantly share code, notes, and snippets.

@AaronNBrock
Created March 7, 2019 15:49
Show Gist options
  • Save AaronNBrock/0019c0e67c74fb058227b1d1eabd6173 to your computer and use it in GitHub Desktop.
Save AaronNBrock/0019c0e67c74fb058227b1d1eabd6173 to your computer and use it in GitHub Desktop.
# This is a configuration file for IIAB
# It can be sourced in a shell script or read into an application
IIAB_BASE_PATH=/opt/iiab
IIAB_DIR=/opt/iiab/iiab
IIAB_RELEASE=7.0
IIAB_REVISION=0
IIAB_GATEWAY_ENABLED=False
LAN_IP=172.18.96.1
OS=ubuntu
OS_VER=ubuntu-18
WWWROOT=/library/www/html
STAGE=9
FQDN=box.lan
IIAB_USB_LIB_SHOW_ALL=True
IIAB_WAN_DEVICE="enp0s25"
IIAB_LAN_DEVICE="br0"
HOSTAPD_ENABLED=True
HTTPCACHE_ON=False
[location]
iiab_base = /opt/iiab
iiab_dir = /opt/iiab/iiab
[version]
distribution = Ubuntu
arch = x86_64
iiab_base_ver = 7.0
iiab_branch = master
iiab_commit = 774c3e45d309a1d9101834bb4c43798e343ed817
install_date = 2019-03-07T05:41:53Z
install_xo = none
[runtime]
iiab_stage = 0
iiab_base_ver = 7.0
iiab_revision = 0
runtime_php = /usr/lib/php
runtime_branch = master
runtime_commit = 774c3e45d309a1d9101834bb4c43798e343ed817
runtime_date = 2019-03-07T05:41:53Z
ansible_version = 2.7.8
kernel = 4.15.0-46-generic
memory_mb = 7667
swap_mb = 4095
product_id = 2F7A4581-546A-11CB-98A2-C39D51BA1DB7
gw_active = True
internet_available = True
is_rpi = False
first_run = True
local_tz = Etc/UTC
no_NM_reload = False
is_F18 = False
FQDN_changed = True
[iiab-admin]
name = iiab-admin
description = "Admin User"
iiab_admin_user = iiab-admin
[openvpn]
name = OpenVPN
description = OpenVPN enables live/remote support by connecting machines anywhere on the Internet, via a middleman server, using Virtual Private Network (VPN) techniques to create secure connections.
enabled = False
handle =
cron_enabled = False
server = xscenet.net
server_virtual_ip = 10.8.0.1
server_port = 1194
[mysql]
name = MySQL
description = "MySQL is a widely used free and open source (GPLv2) database, offered by most web hosting services, on a diversity of platforms."
enabled = True
[usb-lib]
name = usb-lib
description = "usb-lib automounts Teacher Content on USB drives to /library/www/html/local_content, so students can browse it almost immediately at http://box/usb"
enabled = True
[kalite]
name = KA Lite
description = "KA Lite downloads Khan Academy videos for offline use, with exercises and accounts if students want to track their own progress."
path = /library/ka-lite
port = 8008
kalite_enabled = True
cron_enabled = True
[kiwix]
name = Kiwix
description = "Part of https://github.com/kiwix/kiwix-tools/ - kiwix-serve is the most used web server for ZIM files."
kiwix_url = /kiwix/
kiwix_path = /opt/iiab/kiwix
kiwix_port = 3000
iiab_zim_path = /library/zims
kiwix_library_xml = /library/zims/library.xml
kiwix_enabled = True
[awstats]
name = AWStats
description = "AWStats (originally known as Advanced Web Statistics) is a package written in Perl which generates static or dynamic html summaries based upon web server logs."
installed = True
enabled = True
[munin]
name = Munin
description = "Munin is a networked resource monitoring tool that can help analyze resource trends and \"what just happened to kill our performance?\" problems."
installed = True
enabled = True
[vnstat]
name = vnStat
description = "vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s)."
installed = True
enabled = True
[detected_network]
has_ifcfg_gw = none
prior_gateway_(device_gw2) =
dhcpcd_result =
network_manager_active = False
systemd_networkd_active = True
wan_in_interfaces = False
wireless_list_1(wifi1) = not found-1
wireless_list_2(wifi2) = wlp3s0
num_wifi_interfaces = 1
discovered_wireless_iface = wlp3s0
discovered_wired_iface = none
num_lan_interfaces = 1
gui_static_wan = False
iiab_lan_iface = br0
iiab_wan_iface = enp0s25
[computed_network]
iiab_wan_enabled = True
user_wan_iface = enp0s25
iiab_wan_iface = enp0s25
iiab_lan_enabled = True
user_lan_iface = auto
iiab_lan_iface = br0
iiab_network_mode = Gateway
hostapd_enabled = True
host_ssid = Internet in a Box
host_wifi_mode = g
host_channel = 6
[network]
dansguardian_enabled = False
squid_enabled = False
wondershaper_enabled = False
iiab_network_mode_applied = Gateway
dhcpd_enabled = False
dhcp_service2 = dnsmasq
named_enabled = False
dnsmasq_enabled = True
no_net_restart = False
[squid]
enabled = False
[dansguardian]
enabled = False
[wondershaper]
enabled = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment