Use variables to configure dehydrated locations

These variables match https://github.com/24367dfa/ansible-role-dehydrated
This commit is contained in:
Stefan Haun 2022-09-08 15:41:36 +02:00
commit c4af7754b2
2 changed files with 13 additions and 7 deletions
roles/setup-http-site-proxy/defaults

View file

@ -0,0 +1,6 @@
# Defaults for setup-http-dehydrated
---
# These match https://github.com/24367dfa/ansible-role-dehydrated
dehydrated_config_dir: "/usr/local/etc/dehydrated"
dehydrated_certs_dir: "{{ dehydrated_config_dir }}/certs"
dehydrated_wellknown_dir: "{{ dehydrated_config_dir }}/challenge"