whitespaces

This commit is contained in:
Jérémy Lecour 2018-01-02 19:38:12 +01:00 committed by Jérémy Lecour
parent 5c3b375b25
commit 28954e634c
7 changed files with 81 additions and 63 deletions

View file

@ -4,6 +4,8 @@
apt:
name: log2mail
state: present
tags:
- apache
- name: Add log2mail config for Apache segfaults
template:
@ -13,3 +15,5 @@
group: adm
mode: "0644"
force: no
tags:
- apache

View file

@ -75,6 +75,8 @@
dest: /etc/apache2/mods-enabled/status.conf
state: absent
notify: reload apache
tags:
- apache
- name: Ensure Apache config files are enabled
command: "a2enconf {{ item }}"
@ -88,6 +90,8 @@
- apache
- include: auth.yml
tags:
- apache
- name: default vhost is installed
template:
@ -142,9 +146,15 @@
dest: /usr/share/scripts/save_apache_status.sh
mode: "0755"
force: no
tags:
- apache
- include: log2mail.yml
when: apache_log2mail_include
tags:
- apache
- include: munin.yml
when: apache_munin_include
tags:
- apache

View file

@ -1,6 +1,10 @@
---
- name: logrotate configuration
copy:
src: logrotate_nginx
dest: /etc/logrotate.d/nginx
force: no
tags:
- nginx
- logrotate