add ssl conf, add changelog dep, remove wip tag

This commit is contained in:
2023-07-29 09:59:44 +02:00
parent 5e0fc8381d
commit 164f61819a
4 changed files with 21 additions and 3 deletions

View File

@@ -38,6 +38,12 @@
creates: "{{ apache_ssl_chain }}"
when: apache_server_alias is not defined
- name: deploy ssl config file
template:
src: ssl.conf
dest: /etc/httpd/conf.d
notify: restart apache
- name: create cronjob for renewal
cron:
name: certbot