1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
Commit graph

5978 commits

Author SHA1 Message Date
Jerry Vonau
c190b2129b kiwix - only install test.zim when no library.xml exsists 2020-11-08 07:14:20 -06:00
Jerry Vonau
20cc471f2a kiwix - group directory creation together 2020-11-08 07:11:23 -06:00
root
54200a5535 runrole: prompt to pass 'APP_install: True' to Ansible. Validate 5 deps 2020-11-04 17:14:47 -05:00
A Holt
37df52ab5f
Merge pull request #2613 from holta/mongodb_port
Change mongodb_port from 27018 to more standard 27017, following Sugarizer Server's lead
2020-11-03 16:30:24 -05:00
A Holt
9b8fad3578
Merge pull request #2615 from holta/kiwix-3.1.2-3
kiwix-tools 3.1.2 -> 3.1.2-3
2020-11-03 16:30:10 -05:00
A Holt
61c4d3f76f
kiwix-tools 3.1.2 -> 3.1.2-3 2020-11-03 16:20:26 -05:00
A Holt
e244ab1532
Merge pull request #2609 from georgejhunt/autostart
Autostart -- Bring  up home page on console automatically if it's a Rpi desktop [Ubuntu Desktop 20.10 for RPi not ready for primetime...yet?]
2020-11-03 12:53:24 -05:00
George Hunt
cfff47651e remove ignore-certificate-errors 2020-11-03 09:34:06 -08:00
A Holt
61f00f2198
sugarizer/tasks/install.yml: Explain mongodb_port context 2020-11-03 12:07:40 -05:00
A Holt
a104a01b7a
Update mongod.conf.j2 2020-11-03 12:05:22 -05:00
A Holt
d35fba01d8
sugarizer/tasks/install.yml: 27018 -> 27017, explain better, lint Ansible regex's (single quote habit, for safety) 2020-11-03 12:00:20 -05:00
A Holt
822cb816fc
mongodb/tasks/install.yml: cleaner mongodb_conf explanation 2020-11-03 10:56:54 -05:00
A Holt
b28e4fbb8f
Comment cleanup in mongodb/tasks/install.yml 2020-11-03 10:00:45 -05:00
A Holt
a58b4e74b9
Explain mongodb_port in mongod.conf.j2 (template for /etc/mongod.conf) 2020-11-03 09:30:07 -05:00
A Holt
c464f83d0b
lineinfile regex for /etc/mongod.conf port change (though 27017 is recommended for most everyone!) 2020-11-03 09:22:01 -05:00
A Holt
faed221bec
mongodb_port: 27018 -> 27017 per Sugarizer Server rec 2020-11-03 09:02:48 -05:00
A Holt
dfd6cc8baa
Lint / Explanations for release
For final review by @georgejhunt if he can look this over.
2020-11-03 07:03:10 -05:00
George Hunt
8ca435c473 accomodate chromium name change in 64 bit image 2020-11-02 20:14:18 -08:00
A Holt
821f755e6c
Merge pull request #2607 from jvonau/udev-reload
drop udev-reload service
2020-10-31 23:38:25 -04:00
A Holt
cb1fa8c648
Merge pull request #2604 from holta/mongodb-for-deb11-v3
Clean MongoDB/Sugarizer for Debian 11/Sid & All OS's
2020-10-31 23:38:05 -04:00
George Hunt
ffef8b8ecf fixes to path 2020-10-31 17:33:21 -07:00
George Hunt
76ca4b977d chromium-browse autostart for server console 2020-10-31 16:05:37 -07:00
A Holt
cd761394b0
Rename sugarizer.conf.j2 to sugarizer.conf.j2.deprecated 2020-10-30 07:24:47 -04:00
A Holt
b2b41d091b
sugarizer/tasks/install.yml: de-emphasize Apache 2020-10-30 07:21:49 -04:00
Jerry Vonau
c26dcb9057 drop udev-reload service 2020-10-30 04:06:30 -05:00
A Holt
05b61e8672
Merge pull request #2606 from holta/nodejs-14.x
Node.js 12 -> 14 LTS for Node-RED, Sugarizer and Internet Archive
2020-10-29 23:44:50 -04:00
A Holt
ad007eae10
Eliminate Node-RED's checking for Node.js version 2020-10-29 23:15:19 -04:00
A Holt
c062e5101f
Clarify: "IA supports Node.js 10.x, 12.x or 14.x" 2020-10-29 23:11:33 -04:00
A Holt
4975fe493a
/etc/mongod.conf already installs as root:root 0644 2020-10-29 22:27:37 -04:00
A Holt
40dfe5253d
sugarizer/tasks/enable-or-disable.yml: typo in explanation 2020-10-29 22:15:46 -04:00
A Holt
5595f5f12a
Update main.yml 2020-10-29 22:14:16 -04:00
A Holt
a7f820171a
Sugarizer: testing for Node.js version is overkill 2020-10-29 22:10:50 -04:00
A Holt
a4289d40d1
mongodb/tasks/install.yml: clarify how port change works 2020-10-29 21:53:55 -04:00
root
cb1a57bdab MongoDB / Sugarizer cleanup for Debian 11 etc 2020-10-29 21:40:36 -04:00
A Holt
db1026a8e5
Merge pull request #2600 from holta/postgresql-on-debian-11
PostgreSQL on Debian 10 & 11
2020-10-28 19:14:48 -04:00
root
ea15036679 Merge branch 'mongodb-for-deb11' of https://github.com/holta/iiab 2020-10-28 19:00:26 -04:00
A Holt
c23e241936
Cleaner mongodb/tasks/install.yml 2020-10-28 18:59:34 -04:00
root
babcd0da2e Merge branch 'mongodb-for-deb11' of https://github.com/holta/iiab 2020-10-28 17:58:15 -04:00
root
9c8ca8a8bd Merge branch 'postgresql-on-debian-11' of https://github.com/holta/iiab 2020-10-28 17:57:55 -04:00
A Holt
a51fdd7aac
MongoDB for Debian 11 Bullseye testing (and Debian Sid too?) 2020-10-28 17:23:46 -04:00
A Holt
6a55360017
postgresql/tasks/install.yml: remove 2 systemd stanzas 2020-10-28 16:54:51 -04:00
A Holt
507cc1322b
Stop postgresql@.service like the others 2020-10-28 13:05:25 -04:00
A Holt
0d80d14b7e
PostgreSQL for Debian 11 2020-10-28 12:37:11 -04:00
A Holt
a0632fcbbf
hostapd.yml: diagnosic -> diagnostic 2020-10-28 00:49:54 -04:00
A Holt
12e238fde2
Update wifi-test.service.j2 2020-10-28 00:38:08 -04:00
A Holt
f7a0c21a22
Update hostapd.service.j2 2020-10-28 00:37:33 -04:00
root
d1865ee2d6 4 renames: network-manager -> NetworkManager 2020-10-27 22:43:13 -04:00
A Holt
720985fef6
For now revert MongoDB repo from groovy to focal (for Ubuntu 20.10, 21.04, 21.10) until the next LTS in 2022 2020-10-27 12:37:29 -04:00
A Holt
cbb5675c0b
Merge pull request #2594 from holta/u20.10-bluetooth
Bluetooth changes on Ubuntu 20.10
2020-10-27 08:34:34 -07:00
A Holt
bbb19da0c6
Clarify Bluetooth patching of /boot/firmware/usercfg.txt is on Ubuntu < 20.10 on RPi 2020-10-27 10:09:01 -04:00
root
bddcfbec6c Remove long-deprecated phplib_dir 2020-10-27 09:27:21 -04:00
A Holt
e209d43b1b
Bluetooth changes on Ubuntu 20.10 2020-10-27 08:57:59 -04:00
root
6856bb86aa Typos in iiab-hotspot-on, iiab-hotspot-off, systemd-static-net.j2 2020-10-24 10:01:41 -04:00
Jerry Vonau
ffd9b4da0c gui_desired_network_role is defined in systemd.j2 2020-10-22 14:19:29 -05:00
Tim Moody
a8b0471721 map styling js 2020-10-21 13:22:37 -04:00
Tim Moody
1bdef1d6d3 files for osm 2020-10-20 11:31:47 -04:00
A Holt
83a4638c74
Typo in roles/iiab-admin/README.rst 2020-10-16 22:45:19 -04:00
A Holt
5deb6d43ba
Merge pull request #2577 from holta/moodle-repo-too-slow
Moodle git repo *VERY* slow: revert to GitHub repo
2020-10-16 17:59:44 -07:00
A Holt
e705294997
Merge branch 'master' into conditional_bare_variables 2020-10-16 17:51:42 -07:00
A Holt
a30a8b8f36
Merge pull request #2573 from holta/sudoers_anonymous
Let's consider variable "iiab_admin_can_sudo: True" & support "admin_console_group: iiab-admin" and explain them for all in roles/iiab-admin/README.rst
2020-10-16 17:50:20 -07:00
A Holt
2631c8be21
Update iiab-admin/README.rst 2020-10-16 20:32:08 -04:00
root
387f2d8dec Strings w/o quotes where poss e.g. default_vars, local_vars RE: host_ssid, samba, pbx, transmission 2020-10-16 19:55:37 -04:00
A Holt
1c4f60150e
Update Ansible explanations in 0-init/tasks/validate_vars.yml 2020-10-16 19:47:53 -04:00
A Holt
defd138069
Moodle git repo *VERY* slow: revert to GitHub repo 2020-10-16 18:55:21 -04:00
root
ca171fbc1c Remove "| bool" 1.5yrs later, as Ansible 2.10 changed conditional_bare_variables default 2020-10-16 16:46:19 -04:00
A Holt
03a83ffa94
Update iiab-admin/tasks/main.yml 2020-10-16 14:26:13 -04:00
A Holt
77ab2ffd31
Update main.yml 2020-10-16 14:08:50 -04:00
root
25c9733541 Refine iiab-admin role for Admin Console etc 2020-10-16 14:00:30 -04:00
A Holt
0cf1cfc90d
Refine roles/iiab-admin/README.rst 2020-10-15 21:56:23 -04:00
A Holt
406dfaedfa
Update phpmyadmin/tasks/install.yml 2020-10-15 18:39:35 -04:00
A Holt
40d875b950
Update phpmyadmin/defaults/main.yml 2020-10-15 18:37:49 -04:00
A Holt
209d372fc8
phpMyAdmin 5.0.3 -> 5.0.4 2020-10-15 14:35:41 -04:00
A Holt
de2df9b3fe
A bit cleaner iiab-admin/README.rst 2020-10-15 12:58:24 -04:00
A Holt
ad9125ce64
iiab-admin/README.rst: clarify Admin Console login reqs 2020-10-15 12:29:03 -04:00
A Holt
83cc540bfc
Update: iiab-admin/defaults/main.yml 2020-10-15 04:51:28 -04:00
A Holt
069b253c4e
Update README.rst 2020-10-15 02:46:27 -04:00
A Holt
078872a01d
Update README.rst 2020-10-15 02:42:17 -04:00
A Holt
c0bd8729ce
Update README.rst 2020-10-15 02:10:15 -04:00
A Holt
a659cf7627
Update admin-user.yml 2020-10-14 23:35:43 -04:00
A Holt
6bc7ae2b77
Update admin-user.yml 2020-10-14 23:31:57 -04:00
A Holt
11955df2b0
Clarify 'USERGROUPS_ENAB yes' in /etc/login.defs 2020-10-14 23:19:18 -04:00
A Holt
9a87434464
Update admin-user.yml 2020-10-14 23:09:41 -04:00
A Holt
54958601f7
Update packages.yml 2020-10-14 21:21:26 -04:00
A Holt
f5d873b629
iiab-admin/tasks/admin-user.yml: act on iiab_admin_can_sudo 2020-10-14 20:58:37 -04:00
A Holt
808d8d362c
Merge pull request #2562 from jvonau/u20-wired-slave
For TK alter use of second_gateway_found.changed
2020-10-14 11:34:50 -07:00
A Holt
ad4f5774af
Update credits.html 2020-10-14 02:04:03 -04:00
A Holt
1d76f14903
Merge pull request #2565 from holta/maps_from_internet_archive-var-etc
maps_from_internet_archive & tidying of iiab-network, default_vars.yml, local_vars.yml, iiab-admin/README.rst, osm-vector-maps/README.md [Aside: iiab_home_url clarif ongoing, recommend ansible-base 2.10.2]
2020-10-13 21:05:07 -07:00
A Holt
d335e18541
Update roles/iiab-admin/README.rst 2020-10-13 23:57:24 -04:00
A Holt
4ce8f873d8
Update sshpwd-lxde-iiab.sh 2020-10-13 20:58:13 -04:00
A Holt
c489c8f8a3
Update sshpwd-lxde-iiab.sh 2020-10-13 20:30:27 -04:00
A Holt
d57d27b708
Update sshpwd-profile-iiab.sh 2020-10-13 20:30:11 -04:00
A Holt
8ef2114d4c
Update roles/osm-vector-maps/README.md 2020-10-13 18:50:37 -04:00
A Holt
63a57fe0aa
Update roles/iiab-admin/README.rst 2020-10-13 14:29:33 -04:00
A Holt
76fb6bd3b4
Update sshpwd-profile-iiab.sh 2020-10-13 02:51:47 -07:00
A Holt
dcf7ff439b
Update sshpwd-lxde-iiab.sh 2020-10-13 02:51:12 -07:00
A Holt
03fb5f1384
Merge pull request #2566 from holta/etc-profile.d
Fix for Graphical and TTY Logins [clean up auto-checking for iiab-admin's published password]
2020-10-11 13:04:33 -07:00
A Holt
3942403de1
Merge pull request #2569 from holta/sugarizer-server-1.3.0
Sugarizer Server 1.2.0 -> 1.3.0
2020-10-11 11:37:16 -07:00
A Holt
a41fade3b4
Sugarizer Server 1.2.0 -> 1.3.0 2020-10-11 14:30:36 -04:00
A Holt
b5742d8754
Update sshpwd-profile-iiab.sh 2020-10-11 05:42:48 -04:00
A Holt
bc61475a8c
Update sshpwd-lxde-iiab.sh 2020-10-11 05:28:48 -04:00
A Holt
982caf12a4
Update sshpwd-profile-iiab.sh 2020-10-11 02:52:44 -04:00
A Holt
70783743f5
Update sshpwd-profile-iiab.sh 2020-10-11 02:18:39 -04:00
A Holt
941e52f546
Update sshpwd-profile-iiab.sh 2020-10-11 02:13:50 -04:00
A Holt
7cb881f4bf
Update sshpwd-lxde-iiab.sh 2020-10-11 00:10:47 -04:00
A Holt
8584d78704
admin-user.yml: skip wheels group (& its NOPASSWD: in /etc/sudoers) 2020-10-10 23:15:42 -04:00
A Holt
83abefea0d
/etc/sudoers.d/* files should have permission 0440
@tim-moody: if possible make this same change for roles/js-menu/templates/021_apache_set_time.j2
2020-10-10 20:39:50 -04:00
A Holt
bb03210459
Update sshpwd-profile-iiab.sh 2020-10-10 17:15:09 -04:00
A Holt
a60402461a
iiab-admin/tasks/main.yml: closer to IIAB norms 2020-10-10 14:27:16 -04:00
A Holt
7c64f234d8
sshpwd-profile-iiab.sh: localization stuff unused for now 2020-10-10 13:49:34 -04:00
A Holt
7f32deed5c
Update sshpwd-lxde-iiab.sh 2020-10-10 13:35:46 -04:00
A Holt
492e7e7590
Update sshpwd-profile-iiab.sh 2020-10-10 13:34:59 -04:00
A Holt
db219d9a20
Update sshpwd-lxde-iiab.sh 2020-10-10 13:30:49 -04:00
A Holt
c1e1a98321
Clarify roles/iiab-admin/tasks/admin-user.yml 2020-10-10 13:16:51 -04:00
A Holt
fd4a8463f6
Softcode {{ iiab_admin_user }} for iiab-admin's published password?
Unclear this is a good idea.

As what was an accurate warning is now misleading, as a result of this commit.

But I suppose it doesn't hurt, e.g. if other administrative accounts also have this same published password.
2020-10-10 13:13:45 -04:00
A Holt
7c292c7ced
Clarify phpmyadmin/tasks/install.yml 2020-10-10 09:16:43 -04:00
A Holt
661f519ff3
phpmyadmin/defaults/main.yml 2020-10-10 09:12:42 -04:00
A Holt
b7cdd4b558
phpMyAdmin 5.0.2 -> 5.0.3 2020-10-10 09:09:27 -04:00
Jerry Vonau
3d0bdc47e4 record bare variables and use -e with the bare variables in the grep line 2020-10-09 07:30:18 -05:00
A Holt
09dce33dd8
Update sshpwd-profile-iiab.sh 2020-10-09 07:16:10 -04:00
A Holt
284edb1b34
sshpwd-profile-iiab.sh blocked graphical logins 2020-10-09 06:40:39 -04:00
A Holt
fff2829fd8
Freshen up comment re: iiab_home_url after call discussing #2560 2020-10-08 12:04:50 -04:00
Jerry Vonau
46448daeab replace second_gateway_found.changed with second_gateway_found.stdout != and wording 2020-10-07 13:59:16 -05:00
A Holt
fffee9c1b3
Merge pull request #2557 from holta/admin_console_install-and-enabled
Document that admin_console_install and _enabled now work
2020-10-03 17:46:25 -04:00
A Holt
f73736702d
Update validate_vars.yml 2020-10-03 16:25:38 -04:00
A Holt
f65dd7dc8e
Clarify Kolibri's 90 sec timeout on shutdown, resulting from systemd default 2020-10-03 12:55:25 -04:00
A Holt
90efb1a519
Fix Kolibri timeout on Start: 90 -> 1200 seconds 2020-10-03 12:16:28 -04:00
A Holt
7e668cb6bc
Update roles/osm-vector-maps/README.md 2020-10-02 09:54:59 -04:00
A Holt
4325fd10db
Merge pull request #2554 from holta/gitea-1.12.5
Gitea 1.12.4 -> 1.12.5
2020-10-01 17:11:54 -04:00
A Holt
14da7d6536
Gitea 1.12.4 -> 1.12.5 2020-10-01 17:08:06 -04:00
A Holt
0217d16f06
Update roles/osm-vector-maps/README.md 2020-10-01 14:08:58 -04:00
A Holt
f8d67aee48
Update roles/osm-vector-maps/README.md 2020-10-01 08:48:53 -04:00
A Holt
fecd0a5723
Update roles/osm-vector-maps/README.md 2020-10-01 07:58:56 -04:00
A Holt
8581616ac3
Update roles/osm-vector-maps/README.md 2020-10-01 07:47:16 -04:00
A Holt
7e00ef8541
Polish roles/osm-vector-maps/README.md 2020-09-30 17:38:47 -04:00
A Holt
2e7fcbc2b1
6 bullets: reorganize roles/osm-vector-maps/README.md 2020-09-30 17:27:01 -04:00
root
1b6162420a OSM for IIAB 7.2 clarifs/cleanups thx to call w/ @georgejhunt 2020-09-30 15:39:08 -04:00
A Holt
d14e9ad5ac
Update roles/osm-vector-maps/README.md 2020-09-30 09:50:18 -04:00
A Holt
bb48ed40a5
Update roles/osm-vector-maps/README.md 2020-09-30 09:38:15 -04:00
A Holt
fb5c1eec1c
Update roles/osm-vector-maps/README.md 2020-09-30 09:35:54 -04:00
A Holt
185f03487d
Update roles/osm-vector-maps/README.md 2020-09-30 08:36:36 -04:00
A Holt
5c7cb449e7
Update roles/osm-vector-maps/README.md 2020-09-30 08:25:18 -04:00
A Holt
3a628ed274
Math typo in roles/osm-vector-maps/README.md 2020-09-29 23:03:49 -04:00
root
2fae6b0dd8 osm-vector-maps/README.md & osm_vector_maps_enabled experiment for IIAB 7.2 RC2 2020-09-29 22:52:20 -04:00
A Holt
65611c60c9
WIP: roles/osm-vector-maps/README.md 2020-09-29 20:00:46 -04:00
A Holt
bcb8887346
Another draft of roles/osm-vector-maps/README.md (iiab-extend-sat.py confirms 4 zoom levels added, etc) 2020-09-29 03:36:53 -04:00
A Holt
5b196543e7
Important link for roles/osm-vector-maps/README.md 2020-09-28 16:25:27 -04:00
A Holt
ceaa42937a
osm-vector-maps/tasks/main.yml: NGINX is now mandatory 2020-09-28 07:42:13 -04:00
A Holt
8da71eb35d
Revise osm-vector-maps/tasks/install.yml ? 2020-09-28 07:39:48 -04:00
A Holt
35bd5a6201
Question re: osm_vector_maps_enabled 2020-09-28 07:27:55 -04:00
A Holt
3df50f19b9
WIP: roles/osm-vector-maps/README.md 2020-09-28 07:24:17 -04:00
A Holt
9f0054d8d5
DRAFT revision of roles/osm-vector-maps/README.md 2020-09-28 07:16:08 -04:00
A Holt
d166b23717
Merge pull request #2550 from holta/calibre-web-0.6.9
Calibre-Web master -> 0.6.9 for IIAB 7.2 release
2020-09-27 07:51:21 -04:00
A Holt
a104470314
Calibre-Web master -> 0.6.9 for IIAB 7.2 release 2020-09-27 07:47:47 -04:00
A Holt
4ed0fcf706
Typos fixed in validate_vars.yml 2020-09-26 14:16:49 -04:00
A Holt
258ebeb5d4
Update validate_vars.yml 2020-09-26 14:09:18 -04:00
A Holt
93c480a0eb
Clean indentation: 0-init/tasks/validate_vars.yml 2020-09-26 13:45:36 -04:00
A Holt
fd0b1e8d79
Update validate_vars.yml 2020-09-26 13:33:41 -04:00
A Holt
8f9ee9ea57
Update validate_vars.yml 2020-09-26 13:11:33 -04:00
A Holt
ad7eba5f74
Refine roles/lokole/README.rst 2020-09-26 11:46:11 -04:00
A Holt
61a204f6e4
lint for release: osm-vector-maps/tasks/install.yml 2020-09-26 10:39:06 -04:00
A Holt
c07ae9bbd6
lint for release: osm-vector-maps/tasks/main.yml 2020-09-26 10:00:40 -04:00
A Holt
3e7ae3351d
lint for release: osm-vector-maps/tasks/main.yml 2020-09-26 09:57:13 -04:00
A Holt
787b7df701
lint for release: osm-vector-maps/tasks/install.yml 2020-09-26 09:56:59 -04:00
A Holt
9b161d8cc0
MediaWiki 1.34.4 -> 1.35.0 LTS 2020-09-25 12:49:13 -04:00
root
325204bb4b sshd_port question in sshd/tasks/install.yml 2020-09-24 21:52:22 -04:00
root
ef7a375a1c Explain better: validate_vars.yml, default_vars.yml 2020-09-24 21:28:40 -04:00
root
881ae87d0b Clarify NGINX README, default_vars, 4-server-options 2020-09-24 20:40:36 -04:00
root
b2cad04702 Tighten up moodle/tasks/main.yml 2020-09-24 19:55:49 -04:00
root
693ed7767b default_vars clarifs, Moodle fix to install PostgreSQL 2020-09-24 19:46:12 -04:00
root
ac22723b43 Release Cleanup of validate_vars, default_vars, local_vars, Stages 0-4, SSHD 2020-09-24 19:01:11 -04:00
A Holt
dbd1f37e74
Merge pull request #428 from jvonau/master-fix2
Sync from jvonau:master-fix2
2020-09-24 17:07:06 -04:00
A Holt
1dffd027ed
Merge pull request #2545 from holta/mediawiki-1.34.3
MediaWiki 1.34.2 -> 1.34.3 Security Patches
2020-09-24 11:32:52 -04:00
A Holt
3593bae9f9
MediaWiki 1.34.2 -> 1.34.3 2020-09-24 11:28:12 -04:00
Jerry Vonau
5b46eb248d cleanup stage 1 & 4 of # out *_install lines 2020-09-24 02:10:16 -05:00
Jerry Vonau
b00ea49b41 bugfix - sshd 2020-09-24 02:03:43 -05:00
Jerry Vonau
12d239cb2b validate - prune dnsmasq 2020-09-24 02:02:05 -05:00
Jerry Vonau
9be9644625 The 7 removed roles part of stage 3, installed on demand, or does not exist 2020-09-24 02:02:05 -05:00
Jerry Vonau
0ebd09e46f validate - prune apache & admin_console 2020-09-24 02:02:05 -05:00
Jerry Vonau
c20ca679d9 validate - prune nginx 2020-09-24 02:02:04 -05:00
Jerry Vonau
35d83aec98 validate - prune mysql - clean up 0-init 2020-09-24 02:02:04 -05:00
Jerry Vonau
82e5c3b571 validate - prune nodejs 2020-09-24 02:02:04 -05:00
Jerry Vonau
dfe8c3d5fb validate - prune postgresql 2020-09-24 02:02:04 -05:00
Jerry Vonau
d08c6b1424 validate - prune mongodb 2020-09-24 02:02:04 -05:00
A Holt
b44c6723df
Sugarizer 1.3.0 -> 1.4.0 2020-09-23 15:56:40 -04:00
root
45abe7c660 firmware/tasks/main.yml: typo in explanation 2020-09-22 13:22:24 -04:00
root
1a3f386065 WiFi firmware fixing w/o local_vars, cleaner w/ explanations 2020-09-22 13:17:34 -04:00
root
8279f64a26 iiab-admin/tasks/main.yml: fix iiab-admin_installed -> iiab_admin_installed 2020-09-22 02:12:20 -04:00
root
85d7a0dbe8 monit/tasks/main.yml: Mention Monit-on-Debian issue #1849 2020-09-22 01:41:24 -04:00
root
30185545c1 Today's date added to roles/nginx/README.md 2020-09-22 01:10:23 -04:00
root
d87821d266 9 core roles check their vars + 3 roles record to iiab_state.yml 2020-09-22 01:04:06 -04:00
root
1d36275105 Why is checking for iiab_state.yml in Stage 4? 2020-09-21 16:41:20 -04:00
root
fe9f058d86 Add Mosquitto & vnStat to roles/nginx/README.md 2020-09-21 16:05:03 -04:00
root
91e76b38ea Clarifying comment in samba/tasks/main.yml 2020-09-21 15:30:44 -04:00
root
1370115e23 Clean tasks/main.yml in stages 1, 3, 4, 6 2020-09-21 14:25:08 -04:00
root
0b10373b84 Clarify shared_dir is /library/public 2020-09-21 10:34:46 -04:00
root
0484ea38f1 Samba role standardized/modularized, for runrole etc 2020-09-21 10:21:48 -04:00
A Holt
819bf92b74
Stale comment in 2-common/tasks/packages.yml 2020-09-19 22:38:27 -04:00
A Holt
f7f5113c3a Revert "Infastructure for proper versioning. (#2500)"
This reverts commit 429aa04ce5.
2020-09-17 11:15:33 -04:00
Jerry Vonau
429aa04ce5
Infastructure for proper versioning. (#2500)
* each major role change can be recorded in upgrade_roles with a bump in iiab_revision to denote the addition

* test source for https://github.com/iiab/iiab-factory/pull/134

* keep iiab_revision with role name

* gitea

* introduce $INSTALLED_RELEASE $INSTALLED_REVISION into ansible

* set informational 'do_facts'

* 7.1.5-premap tag as starting point for iiab_revision 0

* no notes at all - use underscore for role name to match what is in iiab_state.yml

* use installed_revision trigger do_upgrade

do_reinstall will denote a major upgrade path in the future
2020-09-17 07:15:55 -07:00
A Holt
4a7076a0ef
Merge pull request #2530 from jvonau/hostapd_ctl
Hostapd ctl
2020-09-16 21:50:54 -04:00
Jerry Vonau
f121ae1e52 move to top 2020-09-16 11:52:17 -05:00
George Hunt
4746a142af add ctrl-interface to hostapd 2020-09-16 11:50:52 -05:00
A Holt
ce30aee953
roles/network/README.rst punctiliousness 2020-09-16 10:08:03 -04:00
A Holt
bf2ad15fe0
Refine roles/network/README.rst 2020-09-16 09:44:07 -04:00
Jerry Vonau
a6074935db open up exclude_devices for any device with a default route present
handles wifi & wired devices
2020-09-15 08:17:07 -05:00
Jerry Vonau
aed16ca9f2 exclude_device -> exclude_devices
There can be more than one
2020-09-15 08:17:07 -05:00
Jerry Vonau
797aee3e9f 2515 fix 2020-09-14 22:53:30 -05:00
A Holt
01d418e374
network/tasks/main.yml: typo in comment 2020-09-12 21:11:36 -04:00
A Holt
3ad8b4e47e
network/tasks/main.yml: subsequant -> subsequent 2020-09-12 21:07:26 -04:00
Jerry Vonau
0c8104abff better usage explaination of no_net_restart 2020-09-12 19:58:10 -05:00
A Holt
a4afb3b08e
Merge pull request #2515 from jvonau/wifi_default
detect secondary gateway on wifi interface for no_net_restart
2020-09-12 20:42:31 -04:00
A Holt
9d63fa40fb
network/tasks/main.yml: 2 comments about no_net_restart 2020-09-12 20:40:30 -04:00
A Holt
09dda50783
Update README.md 2020-09-12 08:28:06 -04:00
Jerry Vonau
05600f3b7a detect secondary gateway on wifi interface for no_net_restart 2020-09-12 02:33:31 +01:00
A Holt
8917e0f156
@jvonau's personal preferences in lokole/tasks/main.yml 2020-09-10 02:52:24 -04:00
A Holt
02bb8da9ed
Update install.yml 2020-09-09 20:54:35 -04:00
A Holt
f0a1ca2b0a
Force restart of {celery, celerybeat, lokole_restarter} in case of reinstall etc 2020-09-09 20:46:37 -04:00
A Holt
e9a57b94ad
Clarify lokole/tasks/main.yml 2020-09-09 20:38:10 -04:00
A Holt
ef7b4a3872
restarter.service.j2 -> lokole_restarter.service.j2 in lokole/tasks/install.yml 2020-09-09 20:34:53 -04:00
A Holt
54b6219b22
Rename restarter.service.j2 to lokole_restarter.service.j2 & use Ansible norm 2020-09-09 20:27:53 -04:00
A Holt
41a91beccd
Ansible norm in lokole/templates/celerybeat.service.j2 2020-09-09 20:26:21 -04:00
A Holt
fbcbc82050
Ansible norm in lokole/templates/celery.service.j2 2020-09-09 20:25:09 -04:00
A Holt
7e9c31d5db
Cleaner lokole/tasks/main.yml 2020-09-09 20:22:59 -04:00
A Holt
65d0399d57
Clarify lokole/tasks/main.yml 2020-09-09 20:17:53 -04:00
A Holt
3635b8fbb1
Clarify lokole/tasks/install.yml 2020-09-09 20:13:53 -04:00
Jerry Vonau
d2f9dd9705 heard the whining.. 0644 it is 2020-09-09 12:20:53 -05:00
Jerry Vonau
bf9016b39f Before the editing starts.... 2020-09-09 15:26:31 +01:00
Jerry Vonau
764039df05 Before= After= based on order of appearence in main.yml 2020-09-09 15:02:24 +01:00
Jerry Vonau
2775c7600a remove .sh files 2020-09-09 14:51:28 +01:00
Jerry Vonau
968d2892d9 try cmdline in service file without helper scripts 2020-09-09 14:51:28 +01:00
Adam Sclafani
de7d0ee466 fix typo 2020-09-09 14:51:28 +01:00
Adam Sclafani
88779966a1 add webapp restarter daemon 2020-09-09 14:51:28 +01:00
Vagrant Default User
fe1f037e16 add celery service 2020-09-09 14:51:28 +01:00
A Holt
0bfc7e9b28
Update 50-hostapd 2020-09-08 09:05:20 -04:00
Jerry Vonau
d032dfa7a6 add loud reboot message 2020-09-07 20:28:13 -05:00
Jerry Vonau
18d32b2b8d add warning is 5Ghz - ignoring 2020-09-07 19:08:51 -05:00
Jerry Vonau
9caf17c2b8 add warning for 5Ghz NOT CHANGING HOSTAPD 2020-09-07 18:57:19 -05:00
A Holt
0e2a703d32
Merge pull request #2504 from holta/gitea-1.12.4
Gitea 1.12.3 -> 1.12.4
2020-09-03 18:31:27 -04:00
A Holt
5bf92874cb
Gitea 1.12.3 -> 1.12.4 2020-09-03 18:28:15 -04:00
A Holt
ca4b59c3ec
mongodb/tasks/install.yml Debian revision, thanks to @jvonau's d6a3c589ca 2020-09-01 22:37:54 -04:00
A Holt
0404855052
Likewise is_debian_10 -> is_debian ain't no crystal ball...but at least permits testing future distros 2020-09-01 21:50:00 -04:00
A Holt
bf7ac7ab36
mongodb/tasks/install.yml revisions 2020-09-01 21:22:06 -04:00
A Holt
9913c3e90f
Merge pull request #416 from jvonau/mongo2
Sync from jvonau:mongo2
2020-09-01 21:14:08 -04:00
Jerry Vonau
287307fb98 wording and ordering 2020-09-01 06:00:32 -05:00
Jerry Vonau
1bea516fea Mint might need static mapping to Ubuntu 2020-09-01 05:13:20 -05:00
A Holt
43c3dc6b2d
3-base-server/tasks/main.yml: list all 7 roles that auto-install httpd / Apache 2020-08-28 23:51:56 -04:00
A Holt
116485eab7
roles/nginx/README.md readability tweaks 2020-08-28 23:48:45 -04:00
Jerry Vonau
701921fa26 Revert "use ansible_userspace_architecture for booted 64bit kernels and 32bit userspace"
This reverts commit 90eea1a311.
2020-08-28 19:37:01 -05:00
Jerry Vonau
63b70c11ce osm - always gather what is needed to start the app correctly 2020-08-27 19:44:13 -05:00
Jerry Vonau
90eea1a311 use ansible_userspace_architecture for booted 64bit kernels and 32bit userspace 2020-08-27 19:44:11 -05:00
Jerry Vonau
6f49cef3d9 mongodb - use ansible_distribution_release to track ubuntu 2020-08-27 19:43:11 -05:00
Jerry Vonau
b6640f813d debian-10 is using postgresql@ 2020-08-27 19:41:40 -05:00
Jerry Vonau
a8f1836252 fix x86_64 2020-08-27 13:54:53 -05:00
A Holt
5be08e2b02
Merge pull request #2493 from jvonau/mongo2
RFC Mongo2 [reinforce MongoDB on most distros, e.g. for Sugarizer]
2020-08-27 11:18:21 -04:00
A Holt
f5f5680d72
Merge pull request #2487 from georgejhunt/7.2-maps
7.2 maps [OSM "Preview World" tileset to zoom level 7]
2020-08-27 10:50:16 -04:00
Jerry Vonau
a450997aa4 Bring back the warning with a twist 2020-08-26 15:09:28 -05:00
Jerry Vonau
30e798675c wording notes is_raspbian_10 only 2020-08-26 15:08:07 -05:00
Jerry Vonau
f85b3fd5b9 use apt repo for debian-10 aarch64 also 2020-08-26 09:41:24 -05:00
Jerry Vonau
acd0312163 clean up 2020-08-26 09:18:59 -05:00
Jerry Vonau
a9db72af81 merge main.yml and main2.yml 2020-08-26 09:18:16 -05:00
Jerry Vonau
19b6dd4c71 hide the enabled=no statement in install.yml 2020-08-26 09:12:57 -05:00
Jerry Vonau
bc9529c8de
Update roles/mongodb/tasks/main2.yml
Co-authored-by: A Holt <holta@users.noreply.github.com>
2020-08-26 08:52:04 -05:00
Jerry Vonau
ce8d9559f9 don't do 2 pass though mongodb role when disabling 2020-08-25 22:31:20 -05:00
Jerry Vonau
e1c1f532c3 final touchups 2020-08-25 21:55:42 -05:00
Jerry Vonau
345a1e7a90 tinkering with lineinfile 2020-08-25 21:17:53 -05:00
Jerry Vonau
e32244d032 shut-up the warning 2020-08-25 21:09:42 -05:00
Jerry Vonau
0d2bdcb039 fixup 2020-08-25 21:05:54 -05:00
Jerry Vonau
c081eb57a9 change the port 2020-08-25 20:56:35 -05:00
Jerry Vonau
dd07064648 don't use mongdb.conf from template with apt version 2020-08-25 20:32:58 -05:00
Jerry Vonau
492c544010 need bionic for RaspOS-64bit 2020-08-25 20:02:40 -05:00
A Holt
da37c65c9f
Merge pull request #2491 from jvonau/usbmnt2
BUGFIX Usbmnt2 [usbmount_0.0.14.1_all.deb -> usbmount_0.0.22_all.deb on Debian]
2020-08-25 18:14:08 -04:00
Jerry Vonau
f709dd6faa spaceout block conditionals 2020-08-25 17:02:52 -05:00
Jerry Vonau
1d4776ac59 fixes 2020-08-25 16:49:11 -05:00
Jerry Vonau
ac16074704 better wording 2020-08-25 16:44:50 -05:00
Jerry Vonau
9c0df22906 use mongodb.org repo 2020-08-25 16:41:14 -05:00
Jerry Vonau
1b2a1ad1dc better wording 2020-08-25 13:25:04 -05:00
Jerry Vonau
c1b04ad21f move package install to role 2020-08-25 11:06:26 -05:00
Jerry Vonau
534902a206 update usbmount_0.0.22_all.deb and add RPiOS-64bit support 2020-08-25 10:49:04 -05:00
George Hunt
e7f2252d18 move creating symbolic link to follow download per Jerry 2020-08-24 16:04:41 -07:00
Jerry Vonau
fe5b4de47d disable get_magic_quotes_gpc() 2020-08-24 14:19:49 -05:00
Jerry Vonau
6711f72921 pbx2.patch 2020-08-24 14:19:49 -05:00
Jerry Vonau
bd141346de Encoding.php - wants [] not {} 2020-08-24 14:19:49 -05:00
Jerry Vonau
ec2ec616b2 move APACHE calls to freepbx_enable.yml 2020-08-24 13:57:27 -05:00
Jerry Vonau
028a04a627 add APACHE dependency 2020-08-24 13:57:27 -05:00
Jerry Vonau
afb8a3b158 pbx - move enable to main.yml 2020-08-24 13:57:27 -05:00
Jerry Vonau
4c1b8906d6 pbx - debugging 2020-08-24 13:57:27 -05:00
Jerry Vonau
c09bd1071c pbx - dependencies 2020-08-24 13:57:27 -05:00
Jerry Vonau
a14480a237 pbx - bugfix quotes 2020-08-24 13:57:27 -05:00
Jerry Vonau
3531f7edf4 bump nodejs_version to 12.X 2020-08-24 13:57:27 -05:00
Jerry Vonau
5d7b2d637d pbx name clash 2020-08-24 13:57:27 -05:00
A Holt
800f3d30ec
Merge pull request #2488 from jvonau/mariaDB
MariaDB [rework security, eliminate {{ mysql_root_password }}]
2020-08-24 14:17:09 -04:00
A Holt
b038ccb9c3
Update README.md 2020-08-24 08:36:11 -04:00
A Holt
f0127ba1cc
Update README.md 2020-08-24 08:19:09 -04:00
Jerry Vonau
59c8ce764e Try localhost only for NC & Elgg 2020-08-23 22:26:17 -05:00
Jerry Vonau
33ebf3f8c3 remove mysql_root_password variable 2020-08-23 22:26:17 -05:00
Jerry Vonau
76436d1fae pbx - adjust mysql_user 2020-08-23 22:20:24 -05:00
Jerry Vonau
0c49b1eedf disable root websockets 2020-08-23 22:02:46 -05:00
Jerry Vonau
03ad881fd1 not needed - no longer present 2020-08-23 21:57:48 -05:00
Jerry Vonau
4019a5e689 keep root websockets using password 2020-08-23 15:27:53 -05:00
Jerry Vonau
dc41fb4bf7 should be able to alter with stock creds 2020-08-23 03:56:21 -05:00
George Hunt
809de60eb7 if maps enabled, download 20MB satellite and link to installer osm 2020-08-22 18:30:32 -07:00
George Hunt
118010b619 change soft coded pointers from test branch to master 2020-08-22 18:30:32 -07:00
George Hunt
728549f839 let nodejs provide js packages 2020-08-22 18:30:32 -07:00
George Hunt
55666589a0 webpack does not bundle externap -- not node -- modules 2020-08-22 18:30:32 -07:00
George Hunt
661256fcbc move scripts and assets 2020-08-22 18:30:32 -07:00
George Hunt
2d4fe130d4 let nodejs provide js packages 2020-08-22 18:30:32 -07:00
George Hunt
10494c370a webpack does not bundle externap -- not node -- modules 2020-08-22 18:30:32 -07:00
George Hunt
f6e2af59ca move scripts and assets 2020-08-22 18:30:32 -07:00
georgejhunt
db56e184d1
7.2 maps [OSM] (#2486)
* move scripts and assets

* webpack does not bundle externap -- not node -- modules

* change main.js to *-bundle for viewer, test-page, and installer

* disable the long download of osm for all versions of local_vars

* start nginx for OSM always

* let nodejs provide js packages

* move scripts and assets

* webpack does not bundle externap -- not node -- modules

* change main.js to *-bundle for viewer, test-page, and installer

* disable the long download of osm for all versions of local_vars

* start nginx for OSM always

* let nodejs provide js packages

* change soft coded pointers from test branch to master
2020-08-22 10:47:57 -07:00
georgejhunt
32348e58ef
Regions (#2480)
* missing link in mapli/assets for regions.json

* wrong target

* the download of regions.json was lost
2020-08-10 16:06:30 -07:00
georgejhunt
8090f3bb29
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is

* wiki says stage1  does not include changes to maps/main.js

* get the map catalog from ukids

* skip bypass download if files are present

* add an init.json

* add in extend_sat

* first cut

* first errors

* put fonts in iiab font dir

* get the php tilesserve in place

* add tileserver.php

* add in search files

* fonts are available already

* Revert "fonts are available already"

This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.

* Create README.md

* put fonts back in

* getting ready to transfer to rpi

* move regions.json to test

* create the symlinks for viewer

* use wget

* deal with detail from regions.json

* reformat to IIAB for map tiles

* deleting z0-z9 takes 30min

* remove sleep

* transfer current state to hadron

* bump transition between white labels to black on sat style from 7 to 9

* added init.json to aggregate

* put regions.json in iiab map role

* get files from archive.org

* detail_url was wrong from update_regions.py

* get regions.json from iiab repo

* put regios.json where admin console needs it

* update details_url

* create yamls for osm

* fix typos in new yamls

* missing with_items clause

* put detail.mbtiles in ./tiles folder

* do the move from working to viewer

* choose the version which uses lib_adm

* first cut

* first errors

* put fonts in iiab font dir

* get the php tilesserve in place

* add tileserver.php

* add in search files

* fonts are available already

* Revert "fonts are available already"

This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.

* put fonts back in

* getting ready to transfer to rpi

* move regions.json to test

* create the symlinks for viewer

* use wget

* deal with detail from regions.json

* reformat to IIAB for map tiles

* deleting z0-z9 takes 30min

* remove sleep

* transfer current state to hadron

* bump transition between white labels to black on sat style from 7 to 9

* added init.json to aggregate

* put regions.json in iiab map role

* get files from archive.org

* detail_url was wrong from update_regions.py

* get regions.json from iiab repo

* put regios.json where admin console needs it

* update details_url

* create yamls for osm

* fix typos in new yamls

* missing with_items clause

* put detail.mbtiles in ./tiles folder

* install dir.php

* change docroot in tileserver.php

* Update README.md

* regions.json updated with 2019 data

* add mbtileinfo.php and put it in place

* changes to osm-fixup

* osm-fixup receive url

* typo in fixup and wronge mbtileinfo base

* sloppy mistakes arount found_region

* can use adm-lib.py

* change regions.json to map-catalog.json

* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name

* another region->map

* call the console script to add menu items

* fetch test-page from test branch

* typo in osm-fixup.py comment

* remove the map_functions from test page

* new bboxes, title to san_jose

* remove the regions.json and map_functions.js

* let the map repo have all files related to test-page

* first cut

* first errors

* put fonts in iiab font dir

* get the php tilesserve in place

* add tileserver.php

* add in search files

* start debugging

* fonts are available already

* Revert "fonts are available already"

This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.

* Create README.md

* put fonts back in

* getting ready to transfer to rpi

* move regions.json to test

* create the symlinks for viewer

* use wget

* deal with detail from regions.json

* reformat to IIAB for map tiles

* deleting z0-z9 takes 30min

* remove sleep

* transfer current state to hadron

* bump transition between white labels to black on sat style from 7 to 9

* added init.json to aggregate

* put regions.json in iiab map role

* get files from archive.org

* detail_url was wrong from update_regions.py

* get regions.json from iiab repo

* put regios.json where admin console needs it

* update details_url

* create yamls for osm

* fix typos in new yamls

* missing with_items clause

* put detail.mbtiles in ./tiles folder

* do the move from working to viewer

* these moves work

* first cut

* first errors

* put fonts in iiab font dir

* get the php tilesserve in place

* add tileserver.php

* add in search files

* start debugging

* fonts are available already

* Revert "fonts are available already"

This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.

* put fonts back in

* getting ready to transfer to rpi

* move regions.json to test

* create the symlinks for viewer

* use wget

* deal with detail from regions.json

* reformat to IIAB for map tiles

* deleting z0-z9 takes 30min

* remove sleep

* transfer current state to hadron

* bump transition between white labels to black on sat style from 7 to 9

* added init.json to aggregate

* put regions.json in iiab map role

* get files from archive.org

* detail_url was wrong from update_regions.py

* get regions.json from iiab repo

* put regios.json where admin console needs it

* update details_url

* create yamls for osm

* fix typos in new yamls

* missing with_items clause

* put detail.mbtiles in ./tiles folder

* install dir.php

* change docroot in tileserver.php

* Update README.md

* regions.json updated with 2019 data

* add mbtileinfo.php and put it in place

* changes to osm-fixup

* osm-fixup receive url

* typo in fixup and wronge mbtileinfo base

* sloppy mistakes arount found_region

* can use adm-lib.py

* change regions.json to map-catalog.json

* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name

* another region->map

* call the console script to add menu items

* fetch test-page from test branch

* typo in osm-fixup.py comment

* remove the map_functions from test page

* new bboxes, title to san_jose

* remove the regions.json and map_functions.js

* let the map repo have all files related to test-page

* add css

* get nginx /maps working

* helps admin console work with osm-maps

* point to the stage1 branch in maps

* add bypass

* pull from map repo from a branch that is controlled by a variable

* somehow this install was missing php-sqlite

* add init.json

* change osm_branch to maps_branch. That is what it is

* wiki says stage1  does not include changes to maps/main.js

* get the map catalog from ukids

* skip bypass download if files are present

* let osm_enalbled control world to zoom 10

* expand bypass to install-map-region

* lots of errors in download script

* both are modified

* need python to write init.json - but bash workds

* add in make_init.py

* init.json updated via python

* get the installer mbtiles

* change to map branch staage1

* add tileserve.php to installer

* put style-osm.json in installer

* create a link for planet in installer

* turn off enable in local_vars for osm-vector-maps

* copy scripts to /usr/bin

* softcode satellite fname

* typos

* sat_dir needed work

* standatdize output satellite mbtile name

* sat_bboxes not defined

* period to comma in sat_bboxes

* too many errors--did this ever work

* period to comma

* move new file into place, save old to /tmp

* cannot move to /tmp from root -- different filesystem.  So use copy

* add iiab-summarize.sh to /usr/bin

* write init.json correctly

* only the web-pack from stage1 branch

* let installer use php

* point to maps rc-master

* partially working but with many missing pieces

* got on the wrong machine

* got through it once with pages in rc-master

* add installer_functions to install.yml

* spell installer_functions with a .js

* need tileserver.php for installer

* colorize the map list for installed tiles

* add s to iiab-maps-finish.py

* get the name correct for iiab-maps-finish.py

* map->maps, add python3-pil

* iiab-extend-sat much better, maybe good enouth

* start work on README

* Update README.md

* move README.md up oe level

* change default map page to installer

* working on test-page redirect

* create assets in test-page

* get the installer redirect working

* can now record satellite download info in database -- needs improvement in bounds

* hyphen/underebar problem installer-functions.js

* change rc-master to master

* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh

* move assets from iiab to maps

* removed dead wood and did get_url for map stuff

* extra space in with_items clause after hyphen caused errors

* keep stuff in main.yml I do not understand

* last vestiges of maps in iiab repo

* after runroles, nginx needs restarting

* remove dead wood, pull redirect for maplist from maps repo

* observe iiab standards

* remove redundant code

* get nginx box/maps to work

* fonts moved, so the pointers must change

* enabled => true in all
2020-08-10 12:02:58 -07:00
A Holt
3743c5a012
firmware/tasks/main.yml: minor grammar fix 2020-08-09 09:38:27 -04:00
A Holt
300cd9983f
firmware/tasks/install.yml: minor grammar fix 2020-08-09 09:37:41 -04:00
A Holt
1f3bd2d31f
firmware/tasks/main.yml: comments/clarifs 2020-08-09 09:21:59 -04:00
A Holt
9bd5cfbc67
firmware/tasks/install.yml: comments/clarifs + set Ansible var 2020-08-09 09:21:29 -04:00
A Holt
8b772fe516
Also rename Ansible var, to 'rpi_firmware_downloaded' 2020-08-09 08:55:51 -04:00
A Holt
4d57829075
Tag 'rpi_firmware_downloaded: True' in iiab_state.yml 2020-08-09 08:54:21 -04:00
A Holt
8d3b2f6ff8
Merge pull request #2472 from jvonau/firmware
RFC Firmware downgrading [WiFi hotspot capacity workaround, for Raspberry Pi]
2020-08-06 12:14:47 -04:00
Jerry Vonau
ee57061bed add color 2020-08-06 11:06:15 -05:00
Jerry Vonau
18cd3c8d1b file test before remove 2020-08-06 10:38:20 -05:00
Jerry Vonau
6e284ee493 daemon_reload 2020-08-05 14:21:40 -05:00
Jerry Vonau
daa4c64936 add 43455-clm_blob and backup 2020-08-03 10:26:27 -05:00
Jerry Vonau
5304bcdfa1 first run file absent 2020-08-03 10:26:27 -05:00
Jerry Vonau
0a747b1529 add clm_blob and adjust 2020-08-03 10:26:27 -05:00
Jerry Vonau
d4e396362e correct path and file name 2020-08-02 15:57:03 -05:00
Jerry Vonau
39cf0601d2
Update roles/firmware/tasks/main.yml
Co-authored-by: A Holt <holta@users.noreply.github.com>
2020-08-02 15:49:13 -05:00
Jerry Vonau
87c82b84d1
Update roles/firmware/tasks/main.yml
Co-authored-by: A Holt <holta@users.noreply.github.com>
2020-08-02 15:49:00 -05:00
Jerry Vonau
77dd015213
Update roles/firmware/tasks/main.yml
Co-authored-by: A Holt <holta@users.noreply.github.com>
2020-08-02 15:48:47 -05:00
Jerry Vonau
888dc4dbeb
Update roles/firmware/tasks/install.yml
Co-authored-by: A Holt <holta@users.noreply.github.com>
2020-08-02 15:48:17 -05:00
Jerry Vonau
5ab2eaabe0 forgot file extention 2020-08-02 13:54:59 -05:00
Jerry Vonau
bb003ea300 use same file extention 2020-08-02 13:47:52 -05:00
Jerry Vonau
f6c31f80ba handle firmware downgrade 2020-08-02 13:36:56 -05:00
Jerry Vonau
6e29ed1c3a RPiOS - use 'no-block' with dhcpcd 2020-08-01 11:08:02 -05:00
Jerry Vonau
e57cad010e Ubuntu - use networkd-dispatcher hooks to restart hostapd when br0 appears 2020-08-01 11:06:45 -05:00
Jerry Vonau
13e25494c0 RPiOS - use dhcpcd hooks to restart hostapd when br0 appears 2020-08-01 00:05:31 -05:00
A Holt
bfd67f9713
Merge pull request #2470 from jvonau/no_iiab
No /etc/network/interfaces.d/iiab [fixes RPi 3 B+, allowing WiFi firmware & hostapd to launch reliably on boot]
2020-07-30 11:53:55 -04:00
A Holt
7e0b2ec661
Gitea 1.12.2 -> 1.12.3 2020-07-28 18:46:19 -04:00
Jerry Vonau
016cdfcc37 use bind-dynamic for dnsmasq on RpiOS - 2 2020-07-23 23:09:01 -05:00
Jerry Vonau
264dc81f03 use bind-dynamic for dnsmasq on RpiOS 2020-07-23 22:59:36 -05:00
Jerry Vonau
b44526cc27 networking - RpiOS - May impact bluetooth networking.
Only supply 'iiab' and use networking service for wired slaves needing br0.
2020-07-23 22:42:03 -05:00
Tim Moody
7227062c21 do what kiwix does 2020-07-15 17:20:21 -04:00
Tim Moody
d1f0635b82 typo 2020-07-15 16:25:37 -04:00
Tim Moody
4128b0e47e name change 2020-07-15 16:16:03 -04:00
Tim Moody
67aeade158 and the other new guy 2020-07-15 16:12:20 -04:00
Tim Moody
d48ca96d3e forgot the new guy 2020-07-15 16:11:36 -04:00
Tim Moody
56b393c639 initial checkin 2020-07-15 16:05:19 -04:00
A Holt
5440636746
Merge pull request #2467 from holta/master
Gitea 1.12.1 -> 1.12.2
2020-07-11 14:41:08 -04:00
A Holt
3870df7785
Gitea 1.12.1 -> 1.12.2 2020-07-11 14:39:17 -04:00
A Holt
e88fec334c
Calibre-Web 0.6.8 -> master 2020-07-11 13:48:08 -04:00
A Holt
4804b414a5
Merge pull request #2464 from jvonau/more_php
More php [fix for OSM]
2020-07-11 13:41:09 -04:00
A Holt
3c381bef07
Comment in www_base/tasks/main.yml 2020-07-11 12:57:36 -04:00
A Holt
4ffb1f50a1
Explanation in mysql/tasks/install.yml 2020-07-11 12:50:20 -04:00
A Holt
8b4358bdbc
Try moving install of 10 php packages to www_base/tasks/main.yml 2020-07-11 12:47:25 -04:00
A Holt
987be7398c
Try moving install of 10 php packages to www_base/tasks/main.yml 2020-07-11 12:47:04 -04:00
A Holt
0c54429381
Experiment: install sqlite3 within osm-vector-maps only 2020-07-10 10:02:18 -04:00
Tim Moody
e24862cfcf syntax 2020-07-10 08:47:31 -04:00
Tim Moody
4f177f1b65 change resize service to use growpart, which must be installed for raspios 2020-07-09 18:50:56 -04:00
Jerry Vonau
1783a52a90 remove number of packages 2020-07-07 13:27:49 -05:00
A Holt
168716f077
mysql/tasks/install.yml: 9 -> 11 php packages 2020-07-07 14:22:07 -04:00
Jerry Vonau
e29ad5b142 httpd roles can be optional, move php -curl, -sqlite3 to common location in mysql with other php packages 2020-07-07 13:02:00 -05:00
Jerry Vonau
1957993435 OSM- ensure php{{ php_version }}-sqlite3 is installed 2020-07-07 12:59:43 -05:00
A Holt
0a108960e4
kiwix-tools 3.1.1-5 -> 3.1.2 2020-07-04 11:44:49 -04:00
A Holt
4bc7ccb02c
Merge pull request #2459 from holta/elgg-2.3.15
Elgg 2.3.14 -> 2.3.15...for real this time
2020-06-30 11:59:59 -04:00
A Holt
1fdce92527
Elgg 2.3.14 -> 2.3.15...for real this time 2020-06-30 11:53:44 -04:00
A Holt
43407f77a6
Merge pull request #2458 from holta/elgg-2.3.15
Elgg 2.3.15 -> 2.3.14 for now, still awaiting .zip file from Elgg devs
2020-06-29 19:42:22 -04:00
A Holt
63590faea8
Elgg 2.3.15 -> 2.3.14 2020-06-29 19:37:13 -04:00
A Holt
449ae1114e
Merge pull request #2457 from holta/kiwix-3.1.1-5
kiwix-tools 3.1.1-4 -> 3.1.1-5
2020-06-26 09:40:07 -04:00
A Holt
ebd15f9ae4
kiwix-tools 3.1.1-4 -> 3.1.1-5 2020-06-26 09:35:30 -04:00
A Holt
d18ff68786
Merge pull request #2455 from holta/elgg-2.3.15
Elgg 2.3.14 -> 2.3.15
2020-06-25 12:01:42 -04:00
A Holt
5ef27fe451
Elgg 2.3.14 -> 2.3.15 2020-06-25 11:55:58 -04:00
A Holt
727fad79fb
Merge pull request #2454 from holta/mediawiki-1.34.2
MediaWiki 1.34.1 -> 1.34.2
2020-06-24 13:46:43 -04:00
A Holt
dcd2db43ce
MediaWiki 1.34.1 -> 1.34.2 2020-06-24 13:40:55 -04:00
A Holt
d80009be68
Gitea 1.12.0 -> 1.12.1 2020-06-21 22:02:12 -04:00
A Holt
8841cccb35
Gitea 1.11.7 -> 1.12.0 2020-06-18 14:03:24 -04:00
A Holt
5d0fb8d0ca
Merge pull request #2449 from holta/gitea-1.11.7
Gitea 1.11.6 -> 1.11.7
2020-06-18 13:19:33 -04:00
A Holt
22e44b1d0e
Gitea 1.11.6 -> 1.11.7 2020-06-18 13:16:24 -04:00
A Holt
9e3a546253
Update httpd/tasks/install.yml 2020-06-15 16:13:53 -04:00
A Holt
ec74407119
Update elgg/tasks/install.yml 2020-06-15 16:06:43 -04:00
A Holt
bdf264b906
httpd/tasks/install.yml: mandate libapache2-mod-php{{ php_version }} 2020-06-15 16:04:34 -04:00
A Holt
f152518864
Mandate mbstring for Moodle 3.9+ in moodle/tasks/install.yml 2020-06-15 14:35:14 -04:00
A Holt
23c5774fa8
Cleanup: Moodle 3.9+ now requires phpX.Y-mbstring 2020-06-15 14:12:35 -04:00
A Holt
c06a6c98c9
roles/moodle/defaults/main.yml: Moodle 3.8.x -> 3.9.x 2020-06-15 14:01:26 -04:00
A Holt
0ece9b27d1
Update roles/pbx/README.rst 2020-06-07 00:58:41 -04:00
A Holt
6812ec33a8
Merge pull request #2442 from holta/gitea-1.11.6
Gitea 1.11.5 -> 1.11.6
2020-06-07 00:52:22 -04:00
A Holt
f922dce094
Gitea 1.11.5 -> 1.11.6 2020-06-07 00:45:34 -04:00
A Holt
ebef530c0b
Update roles/nodered/README.rst 2020-06-07 00:21:26 -04:00
A Holt
1322bf6367
Explain vars in httpd/tasks/install.yml 2020-06-04 15:30:40 -04:00
A Holt
0a274b4168
httpd: preserve www-data membership in group shadow 2020-06-04 15:22:21 -04:00
A Holt
3be313ec47
Merge pull request #2432 from holta/kiwix-3.1.1-4
kiwix-tools 3.1.1-0 -> 3.1.1-4
2020-06-04 12:34:27 -04:00
A Holt
d25950e8b1
kiwix-tools 3.1.1-0 -> 3.1.1-4 2020-06-04 12:32:03 -04:00
A Holt
67a12c2b77
Calibre-Web 0.6.7 -> 0.6.8 2020-06-03 11:57:14 -04:00
A Holt
a0291473c5
Merge pull request #2419 from holta/kiwix-3.1.1-0
kiwix-tools 3.1.1 -> 3.1.1-0
2020-05-22 11:18:24 -04:00
A Holt
3d41b449d4
kiwix-tools 3.1.1 -> 3.1.1-0 2020-05-22 11:12:03 -04:00
A Holt
06102d7431
Nix apache2 install from 9-local-addons/tasks/main.yml 2020-05-22 10:39:21 -04:00
Tim Moody
17f669597b js libs for nacl encryption 2020-05-22 10:27:40 -04:00
A Holt
fc074b35b3
Clean Apache explanation in 3-base-server/tasks/main.yml 2020-05-22 07:44:28 -04:00
A Holt
82c1350f03
Clarify in nginx/tasks/enable-or-disable.yml that... mysql's php no longer installs Apache 2020-05-22 01:12:07 -04:00
A Holt
0a298e4e95
Typo (comment) fix in 4-server-options/tasks/main.yml 2020-05-22 00:38:18 -04:00
A Holt
5ec09e39a5
Merge pull request #2415 from holta/kiwix-3.1.1
kiwix-tools 3.1.1
2020-05-21 14:36:19 -04:00
A Holt
601554931d
Merge pull request #2413 from holta/apache3
TK Issue: install Apache on demand in ./runrole elgg|lokole|moodle|nodered|cups
2020-05-21 14:35:38 -04:00
root
cd714402bf Install apache2 at end of 9-local-addons if admin_console_install: True (TEMPORARY) 2020-05-21 18:07:51 +00:00
root
39cd30548c More doc cleanup: rpi -> raspbian in mongodb/tasks/install.yml 2020-05-21 17:00:01 +00:00
root
afd9ee4343 Annotate comments with 2020-05-21 2020-05-21 03:05:22 -04:00
root
92af3485ec elgg/tasks/install.yml needs pkg libapache2-mod-php{{ php_version }} 2020-05-21 02:49:11 -04:00
root
2bc25d3c84 Fix internetarchive/tasks/install.yml 2020-05-21 00:54:30 +00:00
root
5c904b30ea Further reduce dependency on Apache 2020-05-20 19:38:09 -04:00
root
8efc06a273 Comments/0-init/NGINX/Apache cleanup 2020-05-18 17:33:30 -04:00
A Holt
b9c1b192d7
kiwix-tools 3.1.0-2 -> 3.1.1 2020-05-18 17:17:11 -04:00
A Holt
10af59c17d
Update roles/captiveportal/README.md 2020-05-18 15:06:21 -04:00
root
6188f30c0a Cleaner roles/nginx/README.md 2020-05-17 02:13:05 -04:00
root
701b12ede7 Put today's date in roles/nginx/README.md & 3-base-server/tasks/main.yml 2020-05-17 01:53:11 -04:00
root
b1fcec30fe Reduce Apache dependency in usb_lib & nginx roles 2020-05-17 01:06:48 -04:00
root
dde8a3285a Reduce dependency on Apache in gitea/kolibri/mediawiki/munin etc 2020-05-16 23:50:22 -04:00
root
a16702743e Clarify Apache residue in 3-base-server/tasks/main.yml 2020-05-16 22:58:48 -04:00
root
13bc1e960f Reduce dependency on Apache in 9 playbooks 2020-05-16 22:48:52 -04:00
root
83b44f0a89 Note: php forces install of Apache in mysql/tasks/install.yml 2020-05-16 21:12:20 -04:00
root
52e8d30f00 Reduce dependency on Apache in nginx/tasks/enable-or-disable.yml 2020-05-16 20:40:01 -04:00
root
a0a3b01c44 NGINX play: stop Apache if apache_installed is undefined 2020-05-16 19:40:54 -04:00
root
42d1f1ba21 CUPS too: install Apache on demand 2020-05-16 18:22:55 -04:00
root
223c92f5c5 Install Apache on demand, for TK: ./runrole elgg|lokole|moodle|nodered 2020-05-16 17:51:56 -04:00
A Holt
38e26d6b81
Cleaner calibre-web.service.j2 to avoid systemd warning "/etc/systemd/system/calibre-web.service:1: Assignment outside of section. Ignoring." 2020-05-16 15:25:51 -04:00
root
164d9c3282 New app.db for Calibre-Web 2020-05-16 14:53:52 -04:00
A Holt
224001d0ab
Merge pull request #2406 from jvonau/hook-tune
tuning of 52c0f2aaea [internal WiFi hotspot is not working]
2020-05-13 14:45:53 -04:00
Jerry Vonau
ae62306534 go with all three to match netd-disp 2020-05-13 09:53:01 -05:00
Jerry Vonau
1adb4997a6 didn't like * so split up 2020-05-13 02:14:08 -05:00
Jerry Vonau
2ed7c34579 tuning of 52c0f2aaea 2020-05-13 00:43:42 -05:00
A Holt
7e6d1dc433
hostapd_wait: 5 -> 10 2020-05-12 23:12:41 -04:00
A Holt
9aba2e9fff
Merge pull request #2404 from floydianslips/master
added video MIME support for Nextcloud/Nginx per  #2262
2020-05-12 18:54:53 -04:00
Joshua Dennis
c230e321ee added video MIME support for Nextcloud/Nginx 2020-05-12 14:47:02 -07:00
Jerry Vonau
c1bf4adfc2 selective rfkill unblock for raspbian 2020-05-12 10:45:35 -05:00
Jerry Vonau
754c521f0c yaml set the variable wan_nameserver as 'null' without quotes then jinja converts that 'none' 2020-05-11 10:54:26 -05:00
A Holt
9524b454bf
Merge pull request #2395 from jvonau/early-dns
install and start dnsmasq early - add option to set upstream dns server
2020-05-10 14:27:08 -04:00
A Holt
39b557b94c
Update enable_services.yml 2020-05-10 14:25:08 -04:00
A Holt
0d07479070
1-prep: #when: dnsmasq_install | bool 2020-05-10 14:22:58 -04:00
A Holt
f3b77205c8
Fix for #2399 2020-05-09 20:06:53 -04:00
Jerry Vonau
66f5425943 Merge branch 'master' into early-dns 2020-05-09 16:28:39 -05:00
A Holt
4261399ce2
Merge pull request #2398 from jvonau/bug
while testing 2395 - handle no wifi
2020-05-09 17:25:40 -04:00
Jerry Vonau
37d7186cb8 while testing 2395 - handle no wifi 2020-05-09 16:21:58 -05:00
A Holt
b4d1f49587
Merge pull request #2396 from holta/gateway-passthrough-clarif
Clarify (1) gateway "passthrough" in vars/* (2) no_net_restart in network/tasks/main.yml
2020-05-09 16:41:47 -04:00
A Holt
068b53c920
Update network/tasks/main.yml 2020-05-09 16:34:49 -04:00
A Holt
426d812a00
Gitea 1.11.4 -> 1.11.5 2020-05-09 16:23:39 -04:00
Jerry Vonau
efc28556ab remove stale note 2020-05-09 15:06:23 -05:00
Jerry Vonau
c88312428f settable at runtime 2020-05-09 15:06:23 -05:00
Jerry Vonau
7e79d691fc install and start dnsmasq early - add option to set upstream dns server 2020-05-09 15:06:23 -05:00
A Holt
0bb0649a5e
Ansible quotes fix in network/tasks/main.yml 2020-05-09 15:30:40 -04:00
A Holt
378aebb748
Update network/tasks/main.yml 2020-05-09 15:15:40 -04:00
A Holt
054046bc37
nextcloud_required_ip no longer used 2020-05-08 19:05:16 -04:00
A Holt
dd1c3e450e
Merge pull request #2393 from jvonau/2384-rebase
2384 rebase
2020-05-07 13:38:32 -04:00
Jerry Vonau
1193b15184 once installed and rebooted br0 will be available 2020-05-07 12:23:08 -05:00
Jerry Vonau
04edaeaddd raspbian - wifi installs not assigning ip address to br0 in time for dnsmasq 2020-05-07 12:23:08 -05:00