2017-10-28 20:09:24 +00:00
|
|
|
# This is a configuration file for IIAB
|
2018-03-28 18:00:10 +00:00
|
|
|
# It can be sourced in a shell script or read into an application
|
2017-10-24 16:39:49 +00:00
|
|
|
IIAB_BASE_PATH={{ iiab_base }}
|
|
|
|
IIAB_DIR={{ iiab_dir }}
|
2017-11-16 02:19:02 +00:00
|
|
|
IIAB_RELEASE={{ iiab_base_ver }}
|
|
|
|
IIAB_REVISION={{ iiab_revision }}
|
add in template dir
rebase bassed upon copy in
cut out obvious dead code
working on put-204
make users a sqlite db
sqlite db has users, and agent info
android timeouts not yet working
android 5 and 6 both work. lost mac
return to a working version for the MAC. Missing the splash
android,mac,windows all appear to work
sqlite get status of execute row == Null
initialize lasttimestamp with ajax call when home is triggered
remove commented code, move towards logging vs print statements
add logging with the -l flag
no changes to default_vars.yml
drop iptables captive portal stuff not using port 8090, and dnsmasq
missed deleting trap_enabled
fixes for 6.7 defaults
add in template dir
rebase bassed upon copy in
cut out obvious dead code
working on put-204
make users a sqlite db
sqlite db has users, and agent info
android timeouts not yet working
android 5 and 6 both work. lost mac
return to a working version for the MAC. Missing the splash
android,mac,windows all appear to work
sqlite get status of execute row == Null
initialize lasttimestamp with ajax call when home is triggered
remove commented code, move towards logging vs print statements
drop iptables captive portal stuff not using port 8090, and dnsmasq
missed deleting trap_enabled
fixes for 6.7 defaults
dispense with apache logs for captive portal, use the rotating portal.log instead
bring in clean defaults and py
Squash debugging details
remove backup file
still cannot dispense with cna on iphone. mac escape from cna broke with these changes
captive comes after iiab in apache config
one filename wrong
logging used for debug, lost mac escape from cna
typos
got mac/iphone full browser back
remove dead code
python was not creating db, or putting ip when first encountered
2018-08-24 00:26:20 +00:00
|
|
|
IIAB_GATEWAY_ENABLED={{ iiab_gateway_enabled }}
|
|
|
|
LAN_IP={{ lan_ip }}
|
2017-07-04 20:07:47 +00:00
|
|
|
OS={{ ansible_local.local_facts.os }}
|
|
|
|
OS_VER={{ ansible_local.local_facts.os_ver }}
|
2017-05-27 18:09:50 +00:00
|
|
|
WWWROOT={{ doc_root }}
|
2017-10-28 17:46:47 +00:00
|
|
|
STAGE=1
|
2018-10-02 02:30:52 +00:00
|
|
|
FQDN={{ iiab_fqdn }}
|