copy general_alert_email/log2mail_alert_email to Apache role

This commit is contained in:
Gregory Colpart 2017-08-04 09:52:51 -04:00
parent b8894cc509
commit ce0644e976
4 changed files with 5 additions and 2 deletions

View File

@ -14,5 +14,6 @@ Main variables are :
* `apache_private_ipaddr_whitelist_absent` : list of IP addresses **not** to have in the whitelist;
* `apache_private_htpasswd_present` : list of users to have in the private htpasswd ;
* `apache_private_htpasswd_absent` : list of users to **not** have in the private htpasswd.
* `log2mail_alert_email`: email address to send Log2mail messages to (default: `general_alert_email`).
The full list of variables (with default values) can be found in `defaults/main.yml`.

View File

@ -12,3 +12,6 @@ apache_evolinux_default_ssl_key: /etc/ssl/private/ssl-cert-snakeoil.key
apache_phpmyadmin_set: False
apache_phpmyadmin_suffix: ""
apache_serverstatus_suffix: ""
general_alert_email: "root@localhost"
log2mail_alert_email: Null

View File

@ -10,6 +10,6 @@ Everything is in the `tasks/main.yml` file for now.
Main variables are :
* `log2mail_alert_email`: email address to send Log2mail messages to (default: `general_alert_email`).
* `packweb_enable_evoadmin_vhost` : enable VirtualHost for evoadmin (web interface to create web accounts)
The full list of variables (with default values) can be found in `defaults/main.yml`.

View File

@ -1,5 +1,4 @@
---
# defaults file for packweb-apache
general_alert_email: "root@localhost"
log2mail_alert_email: Null
packweb_enable_evoadmin_vhost: True