mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
bd703564a4
commit
ec0d48146d
1 changed files with 5 additions and 5 deletions
|
@ -5,12 +5,12 @@
|
||||||
group={{ apache_user }}
|
group={{ apache_user }}
|
||||||
state=directory
|
state=directory
|
||||||
|
|
||||||
- name: Install admin home page into apache2
|
- name: Install admin homepage into apache2
|
||||||
template: src=iiab-home-page.conf
|
template: src=iiab-homepage.conf
|
||||||
dest=/etc/{{ apache_config_dir }}/iiab-home-page.conf
|
dest=/etc/{{ apache_config_dir }}/iiab-homepage.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-homepage.conf
|
||||||
dest=/etc/apache2/sites-enabled/iiab-home-page.conf
|
dest=/etc/apache2/sites-enabled/iiab-homepage.conf
|
||||||
state=link
|
state=link
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue