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

move home-page so admin-console can modify the setting

This commit is contained in:
Jerry Vonau 2017-10-05 13:15:51 -05:00
parent c9178ee72f
commit 658fd199d1
4 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,5 @@
dependencies:
- { role: home-page, tags: ['home-page'] }
- { role: sshd, tags: ['services','sshd','base'] }
- { role: network, tags: ['services','base','network'] }
- { role: postgresql, tags: ['services','postgresql','base'], when: postgresql_install }

View file

@ -7,7 +7,7 @@
- name: Install admin home page into apache2
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
file: src=/etc/{{ apache_config_dir }}/iiab-home-page.conf

View file

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