1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
Commit graph

5884 commits

Author SHA1 Message Date
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