avoid split horizon fuckery
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user