add ssl conf, add changelog dep, remove wip tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user