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

5939 commits

Author SHA1 Message Date
Jerry Vonau
483cdd3228 move to a readme 2021-05-25 18:00:09 +00:00
Jerry Vonau
57b5c451fd weirdness use both for now 2021-05-25 17:05:56 +00:00
Jerry Vonau
8e3337277d drop uid 2021-05-25 17:05:56 +00:00
Jerry Vonau
071a1b500b restarter - run as root 2021-05-25 17:05:56 +00:00
Jerry Vonau
7c90315d4a supervisorctl 2021-05-25 00:04:36 +00:00
Jerry Vonau
8eaf37e328 move admin user creation 2021-05-25 00:04:36 +00:00
Jerry Vonau
3f5cc70434 SESSION -> SECRET
RESTART_PATH

templates
2021-05-25 00:04:33 +00:00
Jerry Vonau
ea7b661a49 unused 2021-05-25 00:04:33 +00:00
Jerry Vonau
0830129d60 modem support 2021-05-25 00:04:33 +00:00
Jerry Vonau
2ebe521d09 supervisor files - templated
supervisor files - defaults

supervisor into play
2021-05-24 23:54:06 +00:00
Jerry Vonau
9428108e96 supervisor files 2021-05-23 20:37:30 +00:00
A Holt
d72900908e
moodle/tasks/install.yml: Clarif that nginx_high_php_limits auto-kicks in (when: moodle_install) 2021-05-22 23:08:55 -04:00
A Holt
107cc172c0
www_options/tasks/main.yml: 2019-2021 Apache-to-NGINX transition continues, slowly but surely 2021-05-22 22:47:48 -04:00
A Holt
adcfbbc47b
www_options/tasks/main.yml: Clarif 'nginx_high_php_limits: False' 2021-05-22 17:23:00 -04:00
A Holt
7369ef79f6
www_options/tasks/install.yml: Mandate nginx_high_php_limits if moodle_install 2021-05-22 16:42:25 -04:00
A Holt
7d00196313
mediawiki/tasks/install.yml: Clarify $wgArticlePath 2021-05-21 21:08:46 -04:00
A Holt
ce613a5035
mediawiki/tasks/install.yml: Comments for context 2021-05-21 21:02:23 -04:00
A Holt
a019a9337f
nginx/tasks/install.yml: Modern Ansible approach (to install packages)
77b3041
2021-05-21 16:40:19 -04:00
A Holt
2c79ba09a1
roles/nginx/README.md: Doc Cleaner 2021-05-21 13:58:54 -04:00
A Holt
67ee529013
nginx/tasks/install.yml: Fix template explanation 2021-05-21 13:24:13 -04:00
A Holt
77b3041532
3-base-server/tasks/main.yml: Document painstaking removal of Apache, month-by-month 2021-05-21 12:44:09 -04:00
A Holt
811779dbd5
Update roles/nginx/README.md 2021-05-21 11:21:19 -04:00
A Holt
5729f35059
Merge pull request #2793 from holta/awstats-deps-cleanup
awstats/tasks/install.yml: sorting out Apache vs. NGINX dependencies (WIP)
2021-05-21 11:18:29 -04:00
A Holt
94ebca9d5b
Clarify that {{ apache_user }} (www-data) is used for NGINX too 2021-05-21 11:13:33 -04:00
A Holt
ea9465b31e
awstats/tasks/install.yml: ' -> " to fix syntax error 2021-05-21 11:01:30 -04:00
A Holt
30d1c5ff85
awstats/tasks/install.yml: Highlight 5 legacy/Apache stanzas 2021-05-21 10:57:40 -04:00
A Holt
5ca2179b97
AWStats: Further clarify Apache vs. NGINX package deps 2021-05-21 10:38:27 -04:00
A Holt
c9d1b83ecb
roles/nginx/README.md: Update doc w/ latest 2021-05-21 09:04:40 -04:00
A Holt
d9e3f298ed
awstats/tasks/install.yml: sorting out Apache vs. NGINX dependencies 2021-05-21 08:41:02 -04:00
A Holt
71f2066fb7
lokole/tasks/install.yml: Fix URL for Lokole-IIAB_Users_Manual.pdf 2021-05-19 21:38:40 -04:00
A Holt
fea7947454
Merge pull request #2789 from jvonau/lok_user
OPWEN_SETTINGS
2021-05-19 21:20:15 -04:00
Jerry Vonau
20cdf44981 parms 2021-05-19 19:00:05 -05:00
Jerry Vonau
8aab507a13 EnvironmentFile 2021-05-19 19:00:05 -05:00
Jerry Vonau
be0c12c42b OPWEN_SETTINGS for settings.env 2021-05-19 19:00:05 -05:00
Jerry Vonau
56a4596cca need log target 2021-05-19 19:00:05 -05:00
Jerry Vonau
43b794d934 sock 2021-05-19 18:39:51 -05:00
A Holt
750f049252
nextcloud/tasks/install.yml: Clarify /library/www/nextcloud is ~449 MB (for Nextcloud 21.0.1) 2021-05-19 11:52:40 -04:00
A Holt
4ac845ca0d
gitea/tasks/install.yml: Clarify painfully slow download e.g. https://dl.gitea.io/gitea/1.14/gitea-1.14-linux-amd64 2021-05-19 11:46:29 -04:00
Jerry Vonau
45dcf7214e OPWEN_SETTINGS
From an install.py machine where supervisord is used this value is passed
pi@jv-rpi-stock:~ $ cat /etc/supervisor/conf.d/lokole_gunicorn.conf
[program:lokole_gunicorn]
command="/lokole/venv/bin/gunicorn" --bind="unix:/lokole/state/lokole_gunicorn.sock" --timeout=300 --workers=3 --log-level=error opwen_email_client.webapp:app
autostart=true
autorestart=true
startretries=3
stopasgroup=true
stderr_logfile=/lokole/logs/lokole_gunicorn.stderr.log
stdout_logfile=/lokole/logs/lokole_gunicorn.stdout.log
user=root
environment=OPWEN_SETTINGS=/lokole/state/settings.env
2021-05-19 06:42:34 -05:00
A Holt
e21403d757
lokole/defaults/main.yml: Clarify lokole_sim_type options 2021-05-18 21:10:49 -04:00
A Holt
2694f66f85
Merge pull request #2782 from jvonau/lok_user
Create lokole user
2021-05-18 19:25:58 -04:00
Jerry Vonau
38c6ce9d70 don't link for diagnostics 2021-05-18 17:01:44 -05:00
Jerry Vonau
a85418df12 Lokole system user 2021-05-18 17:01:08 -05:00
Jerry Vonau
719c88a930 lokole - create /lokole/state 2021-05-18 13:24:12 -05:00
Tim Moody
87637aa678 add pid to unit file 2021-05-18 10:36:57 -04:00
A Holt
4faa117e1a
php-sodium (e.g. apt pkg libsodium23) already installed by PHP 7.2+ 2021-05-17 13:22:33 -04:00
A Holt
c50ecd57cb
www_options/tasks/main.yml: Set 'max_input_vars = 5000' if nginx_high_php_limits, for Moodle 3.11+ 2021-05-17 12:33:45 -04:00
A Holt
a75b37a6dd
moodle/tasks/install.yml: install php{{ php_version }}-sodium (apt package) 2021-05-17 12:09:03 -04:00
A Holt
0d0b401de5
Set 'moodle_version: 311' (3.11) in moodle/defaults/main.yml 2021-05-17 12:02:46 -04:00
A Holt
be46a22ad1
Merge pull request #2781 from jvonau/monit
Monit - do no harm
2021-05-16 17:46:18 -04:00
Jerry Vonau
e397f50f53 tag unused
Use what is in /etc/monit/conf-available as a starting point
2021-05-16 16:25:32 -05:00
Jerry Vonau
e62d3fae88 monit do no harm 2021-05-16 16:25:32 -05:00
A Holt
6da9309a1a
Merge pull request #2779 from jvonau/munin
munin - drop apache dependency and use stock munin.conf
2021-05-16 16:41:11 -04:00
Jerry Vonau
8506c34b5b tag as unused 2021-05-16 15:12:34 -05:00
Jerry Vonau
5bcbf20999 munin - drop apache dependency and use stock munin.conf 2021-05-16 15:07:11 -05:00
A Holt
f71d673534
Comment in lokole/defaults/main.yml 2021-05-15 16:49:04 -04:00
A Holt
612aa1de12
Update roles/nginx/README.md 2021-05-15 08:13:14 -04:00
A Holt
d3ead93089
Merge pull request #2776 from jvonau/lok_nginx
Lokole nginx only
2021-05-15 07:44:16 -04:00
A Holt
7f8a2f6c64
Update roles/lokole/README.rst 2021-05-15 00:26:14 -04:00
A Holt
0a3e278a67
Update roles/lokole/README.rst 2021-05-15 00:12:00 -04:00
Jerry Vonau
8eb713a1c8 soft code 2021-05-14 19:46:56 -05:00
Jerry Vonau
743db0a11f remove extra / 2021-05-14 19:40:04 -05:00
Jerry Vonau
787f12c468 python_ver 2021-05-14 18:51:29 -05:00
Jerry Vonau
2b505ae404 dual role2 2021-05-14 18:40:34 -05:00
Jerry Vonau
f5248302b5 dual role 2021-05-14 18:39:09 -05:00
Jerry Vonau
e87135a3e3 lokole_sim_type 2021-05-14 18:17:56 -05:00
Jerry Vonau
a7811787fa export variables 2021-05-14 18:17:23 -05:00
Jerry Vonau
1942ea206a nginx config file 2021-05-14 18:07:52 -05:00
Jerry Vonau
4d14dd4fa5 drop apache 2021-05-14 17:45:29 -05:00
A Holt
6873524bd5
network/tasks/computed_services.yml: Restore trailing newline 2021-04-30 12:43:00 -04:00
Jerry Vonau
a643df2595
Merge branch 'master' into wifi_info 2021-04-30 11:30:31 -05:00
root
ed883d7ee5 network/tasks/computed_services.yml comment re-ordered 2021-04-30 11:34:30 -04:00
root
24000def54 Debug network/tasks/enable_services.yml like PR #2768 2021-04-30 11:25:32 -04:00
root
fbb476f667 Cleaner network/tasks/enable_services.yml like PR #2768 2021-04-30 11:22:49 -04:00
Jerry Vonau
b10f2f9f14 rename current_host_channel -> current_client_channel and record 2021-04-30 07:45:49 -05:00
root
670746fe88 WIP: iiab.ini vars set in 3 places? For Squid, DansGuardian, Wondershaper 2021-04-29 16:08:31 -04:00
root
a07a684d13 /etc/iiab/iiab.ini: install / enabled -> ROLE_install / ROLE_enabled 2021-04-29 15:03:29 -04:00
A Holt
3cda4faa59
Merge pull request #2761 from jvonau/cups-save
cups - drop apache
2021-04-29 11:36:04 -04:00
A Holt
f1fcdb82bc
Merge pull request #2693 from jvonau/debian_mate
Debian mate
2021-04-29 11:16:05 -04:00
A Holt
2d1337d35f
Merge pull request #2759 from deldesir/drop-bridge-utils
Drop bridge-utils [and deprecate br0.j2]
2021-04-29 11:05:00 -04:00
A Holt
26dc468c3e
usb_lib/tasks/main.yml: clarifying comment (remove for next release) 2021-04-29 11:03:23 -04:00
A Holt
8ed5e2a112
Merge pull request #2760 from jvonau/00_create
00-create cleanup
2021-04-29 11:01:50 -04:00
Jerry Vonau
8cae78bfbf touch up 2021-04-29 01:10:35 -05:00
Jerry Vonau
0a2e44c2e7 update Readme 2021-04-28 20:42:48 -05:00
Jerry Vonau
e8af746597 cups - drop apache
The port is open anyway, just lose the /cups redirect, not worth dragging apache in. Still
missing the nginx config to make apache work, nginx should really just use nginx directly.
2021-04-28 20:13:46 -05:00
Jerry Vonau
5914afd1d4 20 2021-04-28 16:43:05 -05:00
Jerry Vonau
fc61d044f1 cull redhat routines 2021-04-28 16:31:00 -05:00
Jerry Vonau
829fba3431 move network related packages 2021-04-28 16:31:00 -05:00
Jerry Vonau
9bc7ae9863 rename iptables.yml -> network.yml 2021-04-28 16:31:00 -05:00
Jerry Vonau
8b665c787b ensure networkd-dispatcher is installed 2021-04-28 16:31:00 -05:00
Jerry Vonau
bdfd2b057a save a daemon_reload 2021-04-28 16:31:00 -05:00
Jerry Vonau
a581d6ebf4 use the same logic as netplan.yml for br0 2021-04-28 16:31:00 -05:00
Jerry Vonau
be1b98cd8c short term fix 2021-04-28 11:08:52 -05:00
Jerry Vonau
387b0e5875 long term fix 2021-04-28 11:08:38 -05:00
Blondel MONDESIR
c94b76d063
Rename br0.j2 to br0.j2.deprecated 2021-04-28 11:28:33 -04:00
root
6e8e8d7842 2-common/tasks/packages.yml merge conflic resolved 2021-04-28 10:52:50 -04:00
A Holt
8b1e468335
Merge pull request #2757 from holta/lokole-description-fix
lokole/tasks/main.yml: fix illegal char EM DASH \u2014 in iiab.ini description
2021-04-28 00:50:46 -04:00
A Holt
6bbb95cd9e
lokole/tasks/main.yml: fix illegal char EM DASH \u2014 in iiab.ini description 2021-04-28 00:47:10 -04:00
A Holt
f578291834
Merge pull request #2755 from holta/sugarizer-1.5.0
Sugarizer 1.4.0 -> 1.5.0
2021-04-27 16:43:46 -04:00
A Holt
1442e477e0
Clarify that /opt/iiab/sugarizer-1.5.0 is ~717MB 2021-04-27 16:42:41 -04:00