mise au point config apache, y compris certificats

This commit is contained in:
2021-12-06 16:00:34 +01:00
parent 85722d6239
commit 44cbe32f72
13 changed files with 258 additions and 71 deletions

View File

@@ -58,6 +58,7 @@
- Makefile
- MYMETA.json
- MYMETA.yml
register: result
- name: make && & make install
tags: wip
@@ -67,6 +68,7 @@
- make install
args:
chdir: "{{ koha_src_dir }}"
when: result.changed
- name: configure environment
template:
@@ -80,13 +82,9 @@
state: link
- name: configure apache
template:
src:
dest: /etc/apache/sites-enabled/
notify: reload apache
loop:
- apache-intranet.conf
- apache-opac.conf
import_tasks: apache.yml
tags: apache
- name: configure plack
import_tasks: plack.yml
tags: plack