1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #362 from iiab/master

sync from iiab:master
This commit is contained in:
A Holt 2020-01-28 07:39:11 -05:00 committed by GitHub
commit 29dac80d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 78 deletions

View file

@ -1,6 +1,6 @@
# fl.yml signifies "file layout" # fl.yml signifies "file layout"
- name: "File Layout - Create directories: 1 in /etc, 1 in {{ py3_dist_path }}, 2 in {{ iiab_base }}, 15 in {{ content_base }}" # iiab_base: /opt/iiab - name: "File Layout - Create directories: 1 in /etc, 1 in {{ py3_dist_path }}, 3 in {{ iiab_base }}, 17 in {{ content_base }}" # iiab_base: /opt/iiab
file: file:
path: "{{ item }}" path: "{{ item }}"
# owner: root # owner: root
@ -12,15 +12,16 @@
- "{{ py3_dist_path }}/iiab" # /usr/lib/python3/dist-packages - "{{ py3_dist_path }}/iiab" # /usr/lib/python3/dist-packages
- "{{ yum_packages_dir }}" # /opt/iiab/yum-packages - "{{ yum_packages_dir }}" # /opt/iiab/yum-packages
- "{{ pip_packages_dir }}" # /opt/iiab/pip-packages - "{{ pip_packages_dir }}" # /opt/iiab/pip-packages
#- "{{ downloads_dir }}" # /library/downloads auto-created just below - "{{ downloads_dir }}" # /opt/iiab/downloads
- "{{ downloads_dir }}/zims" #- "{{ content_base }}/downloads" # /library/downloads auto-created just below
- "{{ downloads_dir }}/maps" - "{{ content_base }}/downloads/zims"
#- "{{ downloads_dir }}/rachel" - "{{ content_base }}/downloads/maps"
#- "{{ content_base }}/working" # /library/working auto-created just below - "{{ content_base }}/downloads/rachel" # STILL USED OR NOT?
#- "{{ content_base }}/working" # /library/working auto-created just below
- "{{ content_base }}/working/zims" - "{{ content_base }}/working/zims"
- "{{ content_base }}/working/maps" - "{{ content_base }}/working/maps"
#- "{{ content_base }}/library/working/rachel" - "{{ content_base }}/working/rachel" # STILL USED OR NOT?
- "{{ iiab_zim_path }}/content" # /library/zims - "{{ iiab_zim_path }}/content" # /library/zims
- "{{ iiab_zim_path }}/index" - "{{ iiab_zim_path }}/index"
- "{{ doc_root }}/local_content" # /library/www/html - "{{ doc_root }}/local_content" # /library/www/html
- "{{ doc_root }}/modules" - "{{ doc_root }}/modules"

View file

@ -2,7 +2,7 @@
# - Validate input vars apache_install & apache_enabled here. # - Validate input vars apache_install & apache_enabled here.
# - Use as nec, with 'when: apache_installed is undefined' # - Use as nec, with 'when: apache_installed is undefined'
# - Encapsulate all 3 tasks below into httpd/roles/install.yml ? # - Encapsulate all 3 tasks below into httpd/roles/install.yml ?
# - Similarly sanity-check httpd/roles/enable.yml... # - Similarly sanity-check httpd/roles/enable.yml or httpd/roles/enable-or-disable.yml...
# - Verify that 9-local-addons/tasks/main.yml's invocation of # - Verify that 9-local-addons/tasks/main.yml's invocation of
# roles/httpd/tasks/enable.yml (via roles/httpd-enable/tasks/main.yml, if # roles/httpd/tasks/enable.yml (via roles/httpd-enable/tasks/main.yml, if
# apache_enabled is True) does the right thing! # apache_enabled is True) does the right thing!

View file

@ -206,12 +206,12 @@ azuracast_install: False
azuracast_enabled: False azuracast_enabled: False
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056 # UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
dokuwiki_install: False # dokuwiki_install: False
dokuwiki_enabled: False # dokuwiki_enabled: False
# UNMAINTAINED as of November 2019 # UNMAINTAINED as of November 2019
ejabberd_install: False # ejabberd_install: False
ejabberd_enabled: False # ejabberd_enabled: False
elgg_install: True elgg_install: True
elgg_enabled: True elgg_enabled: True
@ -367,22 +367,3 @@ calibreweb_url1: /books # For SHORT URL http://box/books (English)
calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish) calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish)
calibreweb_url3: /livres # For SHORT URL http://box/livres (French) calibreweb_url3: /livres # For SHORT URL http://box/livres (French)
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
# CONSIDER THESE NEW OPENSTREETMAP (OSM) APPROACHES INSTEAD:
#
# 2019: https://github.com/iiab/iiab/wiki/IIAB-Maps SEE ABOVE osm_vector_maps_*
# 2018: http://download.iiab.io/content/OSM/vector-tiles/
# 2017: http://oer2go.org/viewmod/en-worldmap-10
# UNMAINTAINED
# authserver_install: False
# authserver_enabled: False
# UNMAINTAINED
# docker_install: False
# docker_enabled: False
# UNMAINTAINED
# osm_install: False
# osm_enabled: False

View file

@ -206,12 +206,12 @@ azuracast_install: False
azuracast_enabled: False azuracast_enabled: False
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056 # UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
dokuwiki_install: False # dokuwiki_install: False
dokuwiki_enabled: False # dokuwiki_enabled: False
# UNMAINTAINED as of November 2019 # UNMAINTAINED as of November 2019
ejabberd_install: False # ejabberd_install: False
ejabberd_enabled: False # ejabberd_enabled: False
elgg_install: False elgg_install: False
elgg_enabled: False elgg_enabled: False
@ -367,22 +367,3 @@ calibreweb_url1: /books # For SHORT URL http://box/books (English)
calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish) calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish)
calibreweb_url3: /livres # For SHORT URL http://box/livres (French) calibreweb_url3: /livres # For SHORT URL http://box/livres (French)
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
# CONSIDER THESE NEW OPENSTREETMAP (OSM) APPROACHES INSTEAD:
#
# 2019: https://github.com/iiab/iiab/wiki/IIAB-Maps SEE ABOVE osm_vector_maps_*
# 2018: http://download.iiab.io/content/OSM/vector-tiles/
# 2017: http://oer2go.org/viewmod/en-worldmap-10
# UNMAINTAINED
# authserver_install: False
# authserver_enabled: False
# UNMAINTAINED
# docker_install: False
# docker_enabled: False
# UNMAINTAINED
# osm_install: False
# osm_enabled: False

View file

@ -206,12 +206,12 @@ azuracast_install: False
azuracast_enabled: False azuracast_enabled: False
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056 # UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
dokuwiki_install: False # dokuwiki_install: False
dokuwiki_enabled: False # dokuwiki_enabled: False
# UNMAINTAINED as of November 2019 # UNMAINTAINED as of November 2019
ejabberd_install: False # ejabberd_install: False
ejabberd_enabled: False # ejabberd_enabled: False
elgg_install: False elgg_install: False
elgg_enabled: False elgg_enabled: False
@ -367,22 +367,3 @@ calibreweb_url1: /books # For SHORT URL http://box/books (English)
calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish) calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish)
calibreweb_url3: /livres # For SHORT URL http://box/livres (French) calibreweb_url3: /livres # For SHORT URL http://box/livres (French)
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
# CONSIDER THESE NEW OPENSTREETMAP (OSM) APPROACHES INSTEAD:
#
# 2019: https://github.com/iiab/iiab/wiki/IIAB-Maps SEE ABOVE osm_vector_maps_*
# 2018: http://download.iiab.io/content/OSM/vector-tiles/
# 2017: http://oer2go.org/viewmod/en-worldmap-10
# UNMAINTAINED
# authserver_install: False
# authserver_enabled: False
# UNMAINTAINED
# docker_install: False
# docker_enabled: False
# UNMAINTAINED
# osm_install: False
# osm_enabled: False