mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
28 lines
812 B
YAML
28 lines
812 B
YAML
|
- name: Create various library directories
|
||
|
file: path={{ item }}
|
||
|
owner=root
|
||
|
group=root
|
||
|
mode=0755
|
||
|
state=directory
|
||
|
with_items:
|
||
|
- "{{ 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 }}/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/
|
||
|
|