mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
29 lines
865 B
YAML
29 lines
865 B
YAML
- name: Create various library directories
|
|
file: path={{ item }}
|
|
owner=root
|
|
group=root
|
|
mode=0755
|
|
state=directory
|
|
with_items:
|
|
- /etc/iiab
|
|
- "{{ 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"
|
|
- /etc/sysconfig/olpc-scripts/
|
|
- /etc/sysconfig/olpc-scripts/setup.d/installed/
|
|
|