✨ Use variables to configure dehydrated locations
These variables match https://github.com/24367dfa/ansible-role-dehydrated
This commit is contained in:
parent
ac46e1dd7c
commit
c4af7754b2
2 changed files with 13 additions and 7 deletions
roles/setup-http-site-proxy/defaults
6
roles/setup-http-site-proxy/defaults/main.yml
Normal file
6
roles/setup-http-site-proxy/defaults/main.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue