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:
commit
a23c72fe70
4 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- { role: home-page, tags: ['home-page'] }
|
||||||
- { role: sshd, tags: ['services','sshd','base'] }
|
- { role: sshd, tags: ['services','sshd','base'] }
|
||||||
- { role: network, tags: ['services','base','network'] }
|
- { role: network, tags: ['services','base','network'] }
|
||||||
- { role: postgresql, tags: ['services','postgresql','base'], when: postgresql_install }
|
- { role: postgresql, tags: ['services','postgresql','base'], when: postgresql_install }
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
- name: Install admin home page into apache2
|
- name: Install admin home page into apache2
|
||||||
template: src=iiab-home-page.conf
|
template: src=iiab-home-page.conf
|
||||||
dest=/etc/{{ apache_config_dir }}/iiab-home-page.conf
|
dest=/etc/{{ apache_config_dir }}/iiab-home-page.conf
|
||||||
|
|
||||||
- name: Enable the home page
|
- name: Enable the home page
|
||||||
file: src=/etc/{{ apache_config_dir }}/iiab-home-page.conf
|
file: src=/etc/{{ apache_config_dir }}/iiab-home-page.conf
|
|
@ -146,8 +146,6 @@
|
||||||
tags:
|
tags:
|
||||||
- base
|
- base
|
||||||
|
|
||||||
- include: home-page.yml
|
|
||||||
|
|
||||||
- name: place the script to generate home pages
|
- name: place the script to generate home pages
|
||||||
template: src=refresh-wiki-docs.sh
|
template: src=refresh-wiki-docs.sh
|
||||||
dest=/usr/bin/iiab-refresh-wiki-docs
|
dest=/usr/bin/iiab-refresh-wiki-docs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue