adc/ansible/roles/acmedns_syno_updater/templates/hook.json.j2
josiah 7b7284c32f Add several roles; restructure group vars; restructure inventory.
all of this is required for the synology LE role to work. this is
still a massive WIP commit.

synology LE works, but synology webdav using that LE cert does not
yet work. there appears to be some cipher mismatch issue by default.
2020-11-10 23:22:38 -06:00

11 lines
371 B
Django/Jinja

{
"id": "acmedns_{{ acmedns_syno_updater_job_name }}",
"execute-command": "sudo",
"pass-arguments-to-command": [
{"source": "string", "name": "-u"},
{"source": "string", "name": "{{ acmedns_syno_updater_user }}"},
{"source": "string", "name": "{{ acmedns_syno_updater_script_path }}"}
],
"include-command-output-in-response": true
}