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
fd6929e51d
commit
dbab833e21
1 changed files with 16 additions and 0 deletions
|
@ -170,6 +170,22 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
|
- name: Copy osm.conf for http://box/maps (all OS's)
|
||||||
|
copy:
|
||||||
|
src: osm.conf
|
||||||
|
dest: "/etc/{{ apache_config_dir }}"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
backup: yes
|
||||||
|
|
||||||
|
- name: Create link from sites-enabled to sites-available (debuntu)
|
||||||
|
file:
|
||||||
|
src: "/etc/{{ apache_config_dir }}/osm.conf"
|
||||||
|
dest: /etc/apache2/sites-enabled/osm.conf
|
||||||
|
state: link
|
||||||
|
when: is_debuntu
|
||||||
|
|
||||||
- include_tasks: html.yml
|
- include_tasks: html.yml
|
||||||
tags:
|
tags:
|
||||||
- base
|
- base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue