fix indentation
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
cmd: /usr/local/bin/lego -a --email="{{ letsencrypt_email }}" --dns linode --domains="{{ inventory_hostname | default(cert_domain) }}" --key-type {{ cert_key_type | default('rsa4096') }} run
|
cmd: /usr/local/bin/lego -a --email="{{ letsencrypt_email }}" --dns linode --domains="{{ inventory_hostname | default(cert_domain) }}" --key-type {{ cert_key_type | default('rsa4096') }} run
|
||||||
chdir: /root
|
chdir: /root
|
||||||
creates: "/root/.lego/certificates/{{ inventory_hostname | default(cert_domain) }}.crt"
|
creates: "/root/.lego/certificates/{{ inventory_hostname | default(cert_domain) }}.crt"
|
||||||
environment:
|
environment:
|
||||||
LINODE_POLLING_INTERVAL: 120
|
LINODE_POLLING_INTERVAL: 120
|
||||||
LINODE_PROPAGATION_TIMEOUT: 600
|
LINODE_PROPAGATION_TIMEOUT: 600
|
||||||
LINODE_TOKEN: "{{ linode_dns_token }}"
|
LINODE_TOKEN: "{{ linode_dns_token }}"
|
||||||
when: lego_method == 'dns'
|
when: lego_method == 'dns'
|
||||||
|
|||||||
Reference in New Issue
Block a user