matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/tasks/ssl
Slavi Pantaleev 2a1ec38e3a Stop using Ansible's cron module
This is mainly to address SSL renewal not working for us due to:
- https://github.com/ansible/ansible/issues/71213
- https://github.com/ansible/ansible/pull/71207

Using the cron module was hacky anyway. We shouldn't need an extra
level of buggy abstraction to manage a cronjob file.
2020-09-06 10:49:19 +03:00
..
main.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
setup_ssl_lets_encrypt.yml Stop using Ansible's cron module 2020-09-06 10:49:19 +03:00
setup_ssl_lets_encrypt_obtain_for_domain.yml Remove hardcoded command paths in playbook shell usage 2020-05-27 23:14:56 +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 Removed a few syntax bugs in Archlinux configuration 2020-03-28 13:00:01 +01:00
setup_ssl_self_signed_obtain_for_domain.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00