X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/bac725d468db849ff839aa86f1228324ff58d273..b8b96edb6a917c9f5b6eb80d7a4f3869e08a3fda:/tasks/kivitendo.yml?ds=sidebyside diff --git a/tasks/kivitendo.yml b/tasks/kivitendo.yml index faaa69f..aa3dd78 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: Restart apache + # Anleitung adaptiert # https://github.com/kivitendo/kivitendo-ansible/blob/master/main.yml #