Erweitere Apache-Konfiguration
This commit is contained in:
parent
3ea27a7426
commit
c75ad08f1a
3 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue