mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-13 08:10:19 +00:00
11 lines
259 B
YAML
11 lines
259 B
YAML
# This setup the letsencrypt stuff we have
|
|
---
|
|
- name: Set up post-deploy LE stuff
|
|
copy:
|
|
src: ../files/etc/letsencrypt/renewal-hooks/update-postfix
|
|
dest: /etc/letsencrypt/renewal-hooks/update-postfix
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|
|
|