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

move fl.yml

This commit is contained in:
Jerry Vonau 2019-01-15 06:16:08 -06:00
parent a1e6731303
commit 9d3ff4c16a
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,2 @@
- name: Create IIAB directory structure
include_tasks: fl.yml
- name: Create {{ iiab_ini_file }}
include_tasks: iiab_ini.yml

View file

@ -1,33 +0,0 @@
- name: Create 20 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
group: root
mode: 0755
state: directory
with_items:
- /etc/sysconfig/olpc-scripts/setup.d/installed/
- "{{ yum_packages_dir }}"
- "{{ pip_packages_dir }}"
- "{{ downloads_dir }}"
- /library/downloads/zims
- /library/downloads/rachel
- /library/working/zims
- /library/working/rachel
- "{{ iiab_zim_path }}/content"
- "{{ iiab_zim_path }}/index"
- "{{ doc_root }}/local_content"
- "{{ doc_root }}/modules"
- "{{ doc_root }}/common/css"
- "{{ doc_root }}/common/js"
- "{{ doc_root }}/common/fonts"
- "{{ doc_root }}/common/html"
- "{{ doc_root }}/common/images"
- "{{ doc_root }}/common/assets"
- "{{ doc_root }}/common/services"
- name: Symlink from {{ doc_root }}/common/webfonts to {{ doc_root }}/common/fonts
file:
src: "{{ doc_root }}/common/fonts"
path: "{{ doc_root }}/common/webfonts"
state: link