1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/httpd/tasks/main.yml

16 lines
561 B
YAML
Raw Normal View History

- include_tasks: install.yml
#tags: base
2018-09-19 22:32:49 +00:00
- include_tasks: html.yml
#tags: base
2017-05-27 18:09:50 +00:00
2018-11-04 03:23:37 +00:00
# Partially fixes search @ http://box/modules/es-wikihow (on RPi anyway) see https://github.com/iiab/iiab/issues/829
2018-07-18 21:41:38 +00:00
- include_tasks: php-stem.yml
#tags: base
2018-07-18 21:41:38 +00:00
2018-10-31 01:16:38 +00:00
- 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)
template:
src: refresh-wiki-docs.sh
dest: /usr/bin/iiab-refresh-wiki-docs
mode: '0755'