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

move to common-2

This commit is contained in:
Tim Moody 2019-11-19 08:34:38 -05:00
parent 7f52b51fc7
commit 872d3b8c96
4 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# fl.yml signifies "file layout"
- name: Create 19 directories with ownership root:root and permissions 0755 (1 in /etc, 3 in {{ iiab_base }} and 15 in /library) # iiab_base is /opt/iiab
- name: Create directories with ownership root:root and permissions 0755 (1 in /etc, 3 in {{ iiab_base }} and 15 in /library) # iiab_base is /opt/iiab
file:
path: "{{ item }}"
owner: root
@ -29,6 +29,7 @@
- "{{ doc_root }}/common/images"
- "{{ doc_root }}/common/assets"
- "{{ doc_root }}/common/services"
- "{{ py3_dist_path }}/iiab"
- name: Symlink from {{ doc_root }}/common/webfonts to {{ doc_root }}/common/fonts
file:

View file

@ -28,6 +28,9 @@ content_base: "/library"
doc_base: "{{ content_base }}/www"
doc_root: "{{ doc_base }}/html"
# Python 3 dist path
py3_dist_path = /usr/lib/python3/dist-packages
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 200