12 lines
295 B
YAML
12 lines
295 B
YAML
---
|
|
# 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:
|