ansible/roles/haproxy/templates/acme-renew/data/job.j2

6 lines
264 B
Plaintext
Raw Normal View History

2021-01-31 19:16:27 +01:00
#!/bin/sh
# {{ ansible_managed }}
sudo -u acme acme.sh --debug --home /var/db/acme --standalone --httpport 8080 --renew-all
sudo -u acme acme.sh --debug --home /var/db/acme --standalone --httpport 8080 --deploy --domain {{ ansible_fqdn }} --deploy-hook haproxy