Ensure letsencrypt has permission to write to .well-known

This commit is contained in:
Matthew Wild 2020-02-21 16:44:07 +00:00
parent c30b7310aa
commit 1f15d6f886
1 changed files with 7 additions and 0 deletions

View File

@ -24,3 +24,10 @@
group: letsencrypt
system: yes
home: /snikket/letsencrypt
- name: Create directory for challenges
file:
state: directory
path: /var/www/.well-known
owner: letsencrypt
group: letsencrypt
mode: 0755