1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
Commit graph

191 commits

Author SHA1 Message Date
root
814efd5a02 Mostly var cleanup across ~80 files 2020-01-30 04:00:00 -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
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
8c8e44ce03 calibre - iiab_installed 2019-11-28 05:26:47 -06:00
A Holt
fcc45c5b41
calibre/defaults/main.yml URL warning 2019-07-14 11:08:14 -04:00
A Holt
cc691f9730
scripts/calibre-install-latest.sh when not is_rpi 2019-05-30 21:05:20 -04:00
A Holt
26dcfe2870
Doc vars files @ github.com/iiab/iiab/tree/master/vars 2019-05-30 20:55:03 -04:00
A Holt
3e5dc3a9a8
further clarify 4 OS's that set "calibre_via_debs: True" 2019-05-30 20:53:28 -04:00
A Holt
47a4be802e
Clarify "calibre_via_debs is set by these 4 OS's" 2019-05-30 20:51:44 -04:00
A Holt
59f2a2e7d9
"is_debian_9 or is_ubuntu_16" in calibre/tasks/debs.yml 2019-05-24 23:06:27 -04:00
A Holt
30f7c18364
parens in condition for clarity 2019-05-24 22:55:54 -04:00
holta
a74e187aac not just is_ubuntu_18: make U19/U20 possible 2019-05-24 21:58:37 -04: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
A Holt
5bd1550667
Update main.yml 2019-03-05 14:00:07 -05:00
A Holt
9e869ffd6c
Update main.yml 2019-02-02 20:15:39 -05:00
A Holt
2b89793df2
Update main.yml 2019-02-02 20:06:41 -05:00
A Holt
d005edad55
Update main.yml 2019-02-02 19:26:58 -05: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
56e7a1f73e
Update main.yml 2018-10-31 02:05:59 -04:00
A Holt
a09d8edec5
Update main.yml 2018-10-28 14:31:44 -04:00
A Holt
c936685b96
Update debs.yml 2018-10-23 17:54:02 -04:00
A Holt
e1bf2eb077
Update main.yml 2018-10-23 17:09:15 -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
5f25579233
Update main.yml 2018-10-12 19:11:51 -04:00
A Holt
584be93390
Calibre 3.32 -> 3.31 2018-10-12 19:02:30 -04:00
A Holt
20904fd36d
Update main.yml 2018-10-10 09:38:08 -04:00
A Holt
8539a3a7d6
Update main.yml 2018-10-09 11:32:26 -04:00
A Holt
a7eb43309c
Update main.yml 2018-10-09 00:07:20 -04:00
A Holt
06e7fcfdcc
Update main.yml 2018-10-08 20:48:40 -04:00
A Holt
6b786dcfdb
Update debs.yml 2018-10-08 20:23:00 -04:00
A Holt
c3153e06cc
Update main.yml 2018-10-08 20:22:42 -04:00
A Holt
a6f5d58763
Update debs.yml 2018-10-08 20:14:35 -04:00
A Holt
63cae9565d
Update main.yml 2018-10-08 20:14:04 -04:00
A Holt
91f04d446c
Update main.yml 2018-10-08 20:06:07 -04:00
A Holt
d3f5e34f1f
Update main.yml 2018-09-12 11:01:52 -04:00
A Holt
7ed579ce80
Update main.yml 2018-09-12 10:52:32 -04:00
A Holt
7ab1c26236
Calibre 3.30 -> 3.31 (awaiting .deb's) 2018-09-06 23:35:04 -04:00
A Holt
d93b325a49
Update calibre-serve.service.j2 2018-09-06 11:38:35 -04:00
A Holt
4a291b1d62
Update debs.yml 2018-09-03 01:31:30 -04:00
A Holt
56155622f1
Update main.yml 2018-09-03 01:31:23 -04:00
A Holt
9ca970041b
Update debs.yml 2018-08-30 16:04:35 -04:00
A Holt
f8d422e068
Update main.yml 2018-08-30 16:03:37 -04:00
A Holt
4126ad7172
Update debs.yml 2018-08-30 15:52:24 -04:00
A Holt
f09ed0c0ec
Update debs.yml 2018-08-30 14:16:46 -04:00