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

Merge pull request #2202 from holta/fix-2-download-dirs

Fix 2-common/tasks/fl.yml 'downloads' dirs
This commit is contained in:
A Holt 2020-01-27 03:57:44 -05:00 committed by GitHub
commit 1ea757d8e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,14 +12,15 @@
- "{{ 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 }}/downloads/rachel" # STILL USED OR NOT?
#- "{{ content_base }}/working" # /library/working auto-created just below #- "{{ 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