avoid split horizon fuckery
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
- name: Renew cert (dns)
|
||||
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
|
||||
environment:
|
||||
LINODE_POLLING_INTERVAL: 120
|
||||
|
||||
Reference in New Issue
Block a user