libravatar: create bind mount for letsencrypt

This commit is contained in:
clime 2019-02-04 21:49:35 +01:00
parent bbe8997421
commit b8c16fece3

View file

@ -3,3 +3,6 @@
- name: mount up bind mount for postgresql
mount: src=/mnt/data/pgsql name=/var/lib/pgsql fstype=auto opts=bind state=mounted
- name: bind mount for letsencrypt
mount: src=/mnt/data/letsencrypt name=/etc/letsencrypt fstype=auto opts=bind state=mounted