1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/httpd/tasks/main.yml
Jerry Vonau c8dab06ea6 move apache_allow_sudo into 4-server-options, move dnsmasq install to 3-base-server
move dnsmasq to 3-base

split httpd

make 'osm' files optional
2019-11-28 05:39:23 -06:00

18 lines
574 B
YAML

- include_tasks: install.yml
tags:
- base
- include_tasks: html.yml
tags:
- base
# Partially fixes search @ http://box/modules/es-wikihow (on RPi anyway) see https://github.com/iiab/iiab/issues/829
- include_tasks: php-stem.yml
tags:
- base
- 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