avoid split horizon fuckery

This commit is contained in:
2026-03-03 18:26:59 -07:00
parent 9776674bff
commit ec821bb0e9

View File

@@ -23,7 +23,7 @@
- name: Renew cert (dns) - name: Renew cert (dns)
command: command:
cmd: /usr/local/bin/lego -a --email="{{ letsencrypt_email }}" --dns linode --domains="{{ inventory_hostname | default(cert_domain) }}" --key-type {{ cert_key_type | default('rsa4096') }} renew cmd: /usr/local/bin/lego -a --email="{{ letsencrypt_email }}" --dns linode --domains="{{ inventory_hostname | default(cert_domain) }}" --key-type {{ cert_key_type | default('rsa4096') }} --dns.resolvers 8.8.8.8 renew
chdir: /root chdir: /root
environment: environment:
LINODE_POLLING_INTERVAL: 120 LINODE_POLLING_INTERVAL: 120