forked from Netz39_Admin/netz39-infra-ansible
make CONFIG_EMAIL configurable
This commit is contained in:
parent
e0c43f330d
commit
15d5056111
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
dehydrated_version: "v0.7.0"
|
dehydrated_version: "v0.7.0"
|
||||||
|
dehydrated_contact_email: ""
|
||||||
dehydrated_location: "/usr/local/share/dehydrated"
|
dehydrated_location: "/usr/local/share/dehydrated"
|
||||||
dehydrated_binary: "/usr/local/bin/dehydrated"
|
dehydrated_binary: "/usr/local/bin/dehydrated"
|
||||||
dehydrated_config_dir: "/usr/local/etc/dehydrated"
|
dehydrated_config_dir: "/usr/local/etc/dehydrated"
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
HOOK={{ dehydrated_config }}/hook.sh
|
HOOK={{ dehydrated_config }}/hook.sh
|
||||||
WELLKNOWN={{ dehydrated_wellknown }}
|
WELLKNOWN={{ dehydrated_wellknown }}
|
||||||
|
CONTACT_EMAIL={{ dehydrated_contact_email }}
|
||||||
|
|
Loading…
Reference in a new issue