]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/kivitendo.yml
kivitendo: activate apache modules
[fsit_smgt.git] / tasks / kivitendo.yml
index faaa69f3f7fe104cff9175d534d62a5807c2bfa7..fba4ee4c7db894d14227e43b6fb51f6a5643459f 100644 (file)
     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
 #