|
|
@ -25,7 +25,7 @@
|
|
|
|
--config-home {{ acme_configuration_directory | quote }}
|
|
|
|
--config-home {{ acme_configuration_directory | quote }}
|
|
|
|
--domain {{ domain | quote }}
|
|
|
|
--domain {{ domain | quote }}
|
|
|
|
--key-file {{ acme_key_location | quote }}
|
|
|
|
--key-file {{ acme_key_location | quote }}
|
|
|
|
--fullchain-file {{ acme_certificate_location | quote }}
|
|
|
|
--fullchain-file {{ acme_fullchain_location | quote }}
|
|
|
|
--reloadcmd {{ reload_command | quote }}
|
|
|
|
--reloadcmd {{ reload_command | quote }}
|
|
|
|
args:
|
|
|
|
args:
|
|
|
|
chdir: "{{ acme_installation_directory }}"
|
|
|
|
chdir: "{{ acme_installation_directory }}"
|
|
|
|