deploy zabbix files to monitor certificates

This commit is contained in:
2020-05-22 16:27:52 +02:00
parent 5626400740
commit 3b50190e7b
5 changed files with 27 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ apache_access_log: "{{ apache_base_dir}}/logs/access_log"
apache_php_socket: "{{ apache_base_dir }}/php-fpm.sock"
apache_use_php: true
apache_use_ssl: true
apache_use_zabbix: true
apache_use_certbot: true
apache_ssl_certificate: "/etc/letsencrypt/live/{{ apache_server_name }}/cert.pem"
apache_ssl_chain: "/etc/letsencrypt/live/{{ apache_server_name }}/fullchain.pem"