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

53 commits

Author SHA1 Message Date
root
a07a684d13 /etc/iiab/iiab.ini: install / enabled -> ROLE_install / ROLE_enabled 2021-04-29 15:03:29 -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
Jerry Vonau
59c8ce764e Try localhost only for NC & Elgg 2020-08-23 22:26:17 -05:00
A Holt
ec74407119
Update elgg/tasks/install.yml 2020-06-15 16:06:43 -04:00
root
92af3485ec elgg/tasks/install.yml needs pkg libapache2-mod-php{{ php_version }} 2020-05-21 02:49:11 -04:00
root
223c92f5c5 Install Apache on demand, for TK: ./runrole elgg|lokole|moodle|nodered 2020-05-16 17:51:56 -04:00
root
afa674e120 Deprecated file removed 2020-02-04 18:24:40 -05:00
root
e54b6225c9 Cleaner internetarchive & assoc deps 2020-02-04 18:19:44 -05:00
root
027832889b Cleaner Dependencies e.g. for Sugarizer, Moodle, Node-Red, PBX, Elgg 2020-02-04 15:03:59 -05:00
root
814efd5a02 Mostly var cleanup across ~80 files 2020-01-30 04:00:00 -05:00
root
b7151fe047 Rename var nginx_config_dir to nginx_conf_dir 2020-01-24 01:08:42 -05:00
root
a4d898dd9c Cleaner ver: 35+1 files may write to iiab_state.yml 2020-01-12 18:15:33 -05:00
root
fff83cd5fb Refine @jvonau\'s \'Move NGINX shims to roles\' 2020-01-12 12:12:49 -05:00
Jerry Vonau
86fc754acc elgg - moved shim 2020-01-12 00:09:32 -06:00
root
509d110ece Add 'XYZ_installed: True' to {{ iiab_state_file }} 2020-01-11 23:31:47 -05:00
root
99f48aae4a iiab.ini: '| string' avoids Ansible warnings 2020-01-11 21:41:37 -05:00
holta
38fd86ac90 2008 var names, output, comments, small bugs 2019-11-28 05:32:00 -06:00
Jerry Vonau
70e7c7c7b5 needs True 2019-11-28 05:26:48 -06:00
Jerry Vonau
42e679a0e8 use lineinfile 2019-11-28 05:26:47 -06:00
Jerry Vonau
8c13940a99 elgg rework and add iiab_installed 2019-11-28 05:26:47 -06:00
Jerry Vonau
4047894ab6 nginx - group proxypass to apache together 2019-11-28 05:23:14 -06:00
George Hunt
4778ad5e3c checkin 2019-11-28 05:23:13 -06:00
holta
9543a10d82 ': false' to ': False' + ': true' to ': True' or ': yes' 2019-05-24 19:29:41 -04:00
holta
3a1ccf3638 'when: X' -> 'when: X | bool' for Ansibl 2.8 2019-05-24 18:33:10 -04:00
georgejhunt
7f9957aa55
0.3 patch1 (#1377)
* expand zim_versions_idx to include menuItem name, mediaCount, articleCount, size

* create a stub menuItem if none exists

* remember to change consumer of zim_version_idx in iiab-admin

* comment out some debugging prints

* do not change the name of a variable in iiab.ini

* consistent variable names for *_enabled

* start work on menus for enabled iiab roles

* changes to display cups in home menu

* remove reference to admin console which may not be installed

* print error message

* dict.get errors

* handle undefined menuItem"

* handle undefined menuItem again

* some work on logos

* break out the zim_versions_idx routines for use by update_menus in admin-console

* remove old menuDef creation code

* new variable names for zim_versions_idx

* missing the tags data in zim_versions_idx

* un-break-apart iiab-make-kiwix-lib.py

* return an empty string

* make size human_readable

* getting console and iiab to work together on menus

* add the new zim_date field to zim_versions_idx

* get the latest into repo

* found lost code iiab-make-kiwix-lib.py

* Create Lokole admin user during setup

* Add requested content to lokole readme
Per iiab/iiab#1293

* Update default password

* Add Lokole-IIAB user manual

* Update default_vars.yml

* Update local_vars_min.yml

* Update local_vars_min.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update default_vars.yml

* Update default_vars.yml

* Update local_vars_min.yml

* Update local_vars_medium.yml

* Update local_vars_big.yml

* Update default_vars.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Change admin username to uppercase

* Revert "Lokole: change admin to Admin per IIAB app norms"

* Update main.yml

* Update README.rst

* Update capture-wsgi.py

* Update main.yml

* Update main.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Address TODOs in Lokole documentation

See https://github.com/ascoderu/opwen-webapp/issues/81

* Update main.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_big.yml

* Update local_vars_min.yml

* Update default_vars.yml

* expand zim_versions_idx to include menuItem name, mediaCount, articleCount, size

* create a stub menuItem if none exists

* remember to change consumer of zim_version_idx in iiab-admin

* comment out some debugging prints

* do not change the name of a variable in iiab.ini

* consistent variable names for *_enabled

* start work on menus for enabled iiab roles

* changes to display cups in home menu

* remove reference to admin console which may not be installed

* print error message

* dict.get errors

* handle undefined menuItem"

* handle undefined menuItem again

* some work on logos

* break out the zim_versions_idx routines for use by update_menus in admin-console

* remove old menuDef creation code

* new variable names for zim_versions_idx

* missing the tags data in zim_versions_idx

* un-break-apart iiab-make-kiwix-lib.py

* return an empty string

* make size human_readable

* getting console and iiab to work together on menus

* add the new zim_date field to zim_versions_idx

* get the latest into repo

* found lost code iiab-make-kiwix-lib.py
2019-01-10 14:26:47 -08:00
A Holt
bc6345225f
Update main.yml 2018-10-31 04:40:58 -04:00
A Holt
5d2c4327fc
Update main.yml 2018-10-31 02:54:00 -04:00
A Holt
9056069810
Update main.yml 2018-10-28 18:11:42 -04:00
A Holt
c24930854c
Update main.yml 2018-10-28 18:06:01 -04:00
A Holt
4a251ef0a3
Update main.yml 2018-10-28 18:02:17 -04:00
A Holt
edfdf04635
Update main.yml 2018-10-28 16:07:25 -04:00
A Holt
d5853e678d
Update main.yml 2018-10-28 16:02:19 -04:00
root
b5efe25edb /etc/iiab/iiab.ini -> {{ iiab_ini_file }} 2018-10-15 07:01:09 -04:00
root
d9c73cc804 service_filelist -> iiab_ini_file 2018-10-15 06:13:57 -04:00
A Holt
ccc6346267
Update main.yml 2018-08-06 20:18:33 -04:00
A Holt
05a6cff282
Update main.yml 2017-12-08 07:00:54 -05:00
A Holt
f1c049a6e1
Update main.yml 2017-12-08 06:49:41 -05:00
A Holt
0bd0058c2e
bringing all pkg descriptions into same format 2017-11-13 14:40:24 -05:00
A Holt
e3bf302ccd
Elgg's Ansible output enhanced 2017-11-10 04:08:04 -05:00
A Holt
9988257693
More readable Ansible output 2017-10-27 11:56:46 -04:00
A Holt
50ced1eec8 cleaner Ansible messaging 2017-10-27 09:40:47 -04:00
Tim Moody
21aa6490f9 add Jerry's fix for disabling on Redhat 2017-10-01 18:32:44 -04:00
Tim Moody
80cbdbae51 fix elgg: reorder so dbuser can be created 2017-10-01 16:41:32 -04:00
Jerry Vonau
d6c566c032 elgg - handle upgrades 2017-09-24 15:35:24 -05:00
Jerry Vonau
b40bcd31f9 fix indent 2017-09-24 10:15:16 -05:00
Jerry Vonau
91c2063a94 elgg fix 2017-09-23 19:00:46 -05:00
georgejhunt
363a85e12f thought elgg state=directory was in (#218) 2017-09-04 12:50:42 -07:00
georgejhunt
7d576bbe0c Elgg upgrade 1.12.16 LTS to 2.3.3; Nextcloud - add php's zip mbstring (#202)
* add mbstring for debian

* add php7.0-zip

* capture a few fixes

* put in new sqldump
2017-09-04 09:23:54 -07:00
Jerry Vonau
e5543b3f99 Timezone handling (#70)
* supply TZ info in php template

* should be already set in default_vars

* elgg - softcode timezone

* use supplied variable in php template

* guard against TZ not being present in env
2017-07-04 13:00:50 -07:00
georgejhunt
30f4dfc1af Notags (#73)
* bulk change use_cache/no_network->internet_available

* bulk change use_cache/no_network->internet_available

* remove unuseful debug statements

* remove download tags

* appendix has_internet_connection

* ubuntu dhcpd needs to connect to br0
2017-06-29 10:48:41 -07:00