Erweitere Apache-Konfiguration

This commit is contained in:
phil 2021-07-28 09:56:47 +02:00
parent 3ea27a7426
commit c75ad08f1a
3 changed files with 19 additions and 0 deletions

View file

@ -8,3 +8,11 @@
- name: "configuration: Deaktiviere access-Logs"
command: a2disconf other-vhosts-access-log
notify: reload apache2
- name: "configuration: Kopiere Dateien"
copy:
src: "{{ item }}"
dest: "/etc/apache2/conf-available/{{ item }}"
loop:
- add-headers.conf
- ssl.conf