10 lines
244 B
YAML
10 lines
244 B
YAML
|
# This setup the letsencrypt stuff we have
|
||
|
---
|
||
|
- name: Set up post-deploy LE stuff
|
||
|
copy:
|
||
|
src: ../files/etc/letsencrypt/renewal-hooks/postfix
|
||
|
dest: /etc/letsencrypt/renewal-hooks/postfix
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: 0644
|