matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/tasks/ssl
Lee Verberne d90bc20690 Use common path for systemctl in lets encrypt cron
Currently the nginx reload cron fails on Debian 9 because the path to
systemctl is /bin/systemctl rather than /usr/bin/systemctl.

CentOS 7 places systemctl in both /bin and /usr/bin, so we can just use
/bin/systemctl as the full path.
2019-03-16 20:48:58 +01:00
..
main.yml Add 'none' SSL certificate retrieval method 2019-02-01 16:50:25 +02:00
setup_ssl_lets_encrypt.yml Use common path for systemctl in lets encrypt cron 2019-03-16 20:48:58 +01:00
setup_ssl_lets_encrypt_obtain_for_domain.yml Remove some unnecessary slashes 2019-02-20 21:21:20 +02:00
setup_ssl_manually_managed.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
setup_ssl_manually_managed_verify_for_domain.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
setup_ssl_self_signed.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
setup_ssl_self_signed_obtain_for_domain.yml Fix ownership of generated self-signed certificates (root -> matrix) 2019-02-02 17:32:13 +02:00