1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #378 from jvonau/home-page

Home page setting: http://box to WordPress etc?
This commit is contained in:
A Holt 2017-10-23 11:46:47 -04:00 committed by GitHub
commit a23c72fe70
4 changed files with 2 additions and 3 deletions

View file

@ -1,16 +0,0 @@
- name: Create home directory
file: path={{ doc_root }}/home
mode=0755
owner={{ apache_user }}
group={{ apache_user }}
state=directory
- name: Install admin home page into apache2
template: src=iiab-home-page.conf
dest=/etc/{{ apache_config_dir }}/iiab-home-page.conf
- name: Enable the home page
file: src=/etc/{{ apache_config_dir }}/iiab-home-page.conf
dest=/etc/apache2/sites-enabled/iiab-home-page.conf
state=link
when: is_debuntu

View file

@ -146,8 +146,6 @@
tags:
- base
- include: home-page.yml
- name: place the script to generate home pages
template: src=refresh-wiki-docs.sh
dest=/usr/bin/iiab-refresh-wiki-docs

View file

@ -1,9 +0,0 @@
# XSCE Home Page
# Redirect to home page on School Server
# Default is xs-portal
# RedirectMatch of root to home page
# See the note in default_vars.yml
RedirectMatch ^/$ {{ iiab_home_url }}