Add basic caddy role

This commit is contained in:
2022-11-02 22:29:30 +03:00
parent d9f7c7a93b
commit 4867d6da6a
7 changed files with 167 additions and 1 deletions

View File

@ -0,0 +1,11 @@
---
# file: roles/caddy/defaults/main.yml
# parent directory of vhost document roots
caddy_root_prefix: /var/www
# Email address to use for the ACME account managing the site's certificates.
# Not sure what Caddy does if this doesn't exist.
caddy_email: foo@example.com
# vim: set ts=2 sw=2: