forked from Netz39_Admin/netz39-infra-ansible
make wellknown location configurable
This commit is contained in:
parent
aeaa4574cc
commit
0ee902a7f3
2 changed files with 2 additions and 1 deletions
|
@ -3,3 +3,4 @@ dehydrated_version: "v0.7.0"
|
||||||
dehydrated_location: /usr/local/share/dehydrated
|
dehydrated_location: /usr/local/share/dehydrated
|
||||||
dehydrated_path: /usr/local/bin/dehydrated
|
dehydrated_path: /usr/local/bin/dehydrated
|
||||||
dehydrated_config: /usr/local/etc/dehydrated/
|
dehydrated_config: /usr/local/etc/dehydrated/
|
||||||
|
dehydrated_wellknown: /usr/local/etc/dehydrated/challenge
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
HOOK={{ dehydrated_config }}/hook.sh
|
HOOK={{ dehydrated_config }}/hook.sh
|
||||||
WELLKNOWN=/var/www/letsencrypt
|
WELLKNOWN={{ dehydrated_wellknown }}
|
Loading…
Reference in a new issue