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

129 commits

Author SHA1 Message Date
Tim Moody
d1f0635b82 typo 2020-07-15 16:25:37 -04:00
Tim Moody
67aeade158 and the other new guy 2020-07-15 16:12:20 -04:00
Tim Moody
56b393c639 initial checkin 2020-07-15 16:05:19 -04:00
root
13bc1e960f Reduce dependency on Apache in 9 playbooks 2020-05-16 22:48:52 -04:00
George Hunt
b4a086413c enable aarch64 in kiwix, disable stem.php 2020-03-19 05:33:35 -05:00
root
f17c5077dd Clean kiwix/tasks/apache.yml & kiwix/tasks/nginx.yml 2020-02-13 20:47:09 -05:00
root
6e22d73f70 roles/kiwix spring cleaning w/ 3.0.2 2020-02-13 20:31:34 -05:00
root
810fc81ac8 Convert dest: to path: per Ansible lineinfile norms 2020-02-03 19:54:04 -05:00
root
814efd5a02 Mostly var cleanup across ~80 files 2020-01-30 04:00:00 -05:00
A Holt
0e71e0fc7e
Update kiwix/tasks/enable.yml 2020-01-29 09:26:49 -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
bd915fcdae 35 tasks/*.yml writing to iiab_state.yml 2020-01-12 17:06:24 -05:00
root
ff2517e0b9 name: ""Add... -> name: "Add... 2020-01-11 23:43:53 -05:00
root
3c4df4a352 mv kiwix_enable.yml enable.yml 2020-01-11 23:34:17 -05:00
root
509d110ece Add 'XYZ_installed: True' to {{ iiab_state_file }} 2020-01-11 23:31:47 -05:00
A Holt
e293708fd7
Rename enable.yml to kiwix_enable.yml 2020-01-11 22:44:21 -05:00
root
15909ace31 Update 8 enable.yml files to "{{ item.value | string }}" 2020-01-11 22:29:54 -05:00
A Holt
19fbd8df77
Update install.yml 2020-01-11 19:19:42 -05:00
A Holt
736a20d78f
Bug & cleanup of kiwix/tasks/install.yml 2020-01-11 19:09:29 -05:00
A Holt
a99271e267
Update kiwix/tasks/enable.yml 2020-01-11 17:03:39 -05:00
A Holt
2159797985
Update kiwix/tasks/enable.yml 2020-01-11 17:01:20 -05:00
A Holt
ee22ac3ecf
Update kiwix/tasks/install.yml 2020-01-11 16:46:36 -05:00
A Holt
2a11796af0
Update kiwix/tasks/enable.yml 2020-01-11 13:56:39 -05:00
A Holt
b267439136
Update and rename kiwix_install.yml to install.yml 2020-01-11 12:38:37 -05:00
A Holt
ab55016f5b
Update roles/kiwix/tasks/main.yml 2020-01-11 12:01:48 -05:00
A Holt
b678a07208
Update and rename kiwix_enable.yml to enable.yml 2020-01-11 11:35:49 -05:00
A Holt
ccc34891a5
Update kiwix/tasks/kiwix_enable.yml 2020-01-10 18:31:18 -05:00
Jerry Vonau
b7a148de63 kiwix - softcode nginx_config_dir, add disable logic 2020-01-10 12:35:35 -06:00
Tim Moody
edaecab6c6 upgrade to restructured scripts 2019-11-29 09:16:29 -05:00
holta
38fd86ac90 2008 var names, output, comments, small bugs 2019-11-28 05:32:00 -06:00
Jerry Vonau
579fa10b05 kiwix allow reinstall/updates with runrole --reinstall 2019-11-28 05:27:44 -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
68a62c32bb kiwix rework and add iiab_installed 2019-11-28 05:26:47 -06:00
Jerry Vonau
3e9ffb8987 kiwix - add when nginx_enabled - restart2 2019-11-28 05:23:14 -06:00
A Holt
ce48bcad07
Install common Apache modules upfront, not in {kiwix, kolibri} 2019-10-07 14:37:17 -04:00
A Holt
ecab4b36e4
Update kiwix_install.yml 2019-09-30 03:02:22 -04:00
A Holt
24cef4f2ce
Update kiwix_install.yml 2019-09-29 23:03:59 -04:00
A Holt
201681eb64
kiwix-serve systemd cleanup, for PR #1913 2019-08-01 15:32:46 -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
22b8671f3d
Update kiwix_install.yml 2018-10-31 01:42:27 -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
42c4b9d43f
Update kiwix_install.yml 2018-09-15 00:27:44 -04:00
A Holt
343250d7de
Update main.yml 2018-09-15 00:21:53 -04:00
A Holt
a244cee293
Update kiwix_install.yml 2018-07-05 16:57:28 -04:00
A Holt
bfdb5595cf
Update main.yml 2018-07-05 16:48:28 -04:00
A Holt
1b612521f9
Update kiwix_install.yml 2018-07-02 08:26:26 -04:00