- name:Create dir {{ doc_root }}/home -- if you customized var iiab_home_url e.g. in /etc/iiab/local_vars.yml, that dir is created later -- by www_options/tasks/main.yml
- name:Create dir {{ doc_root }}/info for http://box/info offline docs
file:
state:directory
path:"{{ doc_root }}/info"# /library/www/html
owner:"{{ apache_user }}"
group:"{{ apache_user }}"
- name:Install /usr/bin/iiab-refresh-wiki-docs (scraper script) to create http://box/info offline documentation. (Script can be run manually and/or at the end of Stage 4 = roles/4-server-options/tasks/main.yml)