From: Ullli Date: Sat, 6 Jun 2026 06:35:38 +0000 (+0200) Subject: kivitendo: activate apache modules X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/commitdiff_plain/6adeac2cf68bf1a42b97ab87bf770411826fcf39?hp=bac725d468db849ff839aa86f1228324ff58d273 kivitendo: activate apache modules --- diff --git a/tasks/kivitendo.yml b/tasks/kivitendo.yml index faaa69f..fba4ee4 100644 --- a/tasks/kivitendo.yml +++ b/tasks/kivitendo.yml @@ -140,6 +140,19 @@ method: trust notify: Restart postgresql +# apache server for kivi +- name: Activate apache fastcgi, headers and ssl modules. + community.general.apache2_module: + state: present + name: "{{ item }}" + loop: + - fcgid + - headers + - ssl + - rewrite + - socache_shmcb +# notify: Enable SSL + # Anleitung adaptiert # https://github.com/kivitendo/kivitendo-ansible/blob/master/main.yml #