mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
ansible lint fixes -- hopefully all are fixed now
This commit is contained in:
parent
e7464e62aa
commit
2548d4f32b
@ -59,8 +59,8 @@ certbot_dns_create_command: >-
|
|||||||
|
|
||||||
certbot_create_dns_deploy_hook_services:
|
certbot_create_dns_deploy_hook_services:
|
||||||
- haproxy
|
- haproxy
|
||||||
#- nginx
|
# - nginx
|
||||||
#- apache
|
# - apache
|
||||||
|
|
||||||
certbot_create_standalone_stop_services:
|
certbot_create_standalone_stop_services:
|
||||||
- nginx
|
- nginx
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
- name: "Create DNS RFC {{ certbot_dns_plugin }} Credentials File."
|
- name: "Create DNS RFC {{ certbot_dns_plugin }} Credentials File."
|
||||||
template:
|
template:
|
||||||
src: dns_plugin_credentials.j2
|
src: dns_plugin_credentials.j2
|
||||||
dest: "{{certbot_dns_credentials_file}}"
|
dest: "{{ certbot_dns_credentials_file }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
- name: Install DNS Plugin - {{ certbot_dns_plugin }}.
|
- name: Install DNS Plugin - {{ certbot_dns_plugin }}.
|
||||||
snap:
|
snap:
|
||||||
name: "certbot-dns-{{certbot_dns_plugin}}"
|
name: "certbot-dns-{{ certbot_dns_plugin }}"
|
||||||
classic: true
|
classic: true
|
||||||
when: certbot_dns_plugin is defined
|
when: certbot_dns_plugin is defined
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
certbot_dns_credentials_file: "/etc/letsencrypt/dns-{{certbot_dns_plugin}}-credentials"
|
certbot_dns_credentials_file: "/etc/letsencrypt/dns-{{ certbot_dns_plugin }}-credentials"
|
||||||
certbot_supported_dns_plugins:
|
certbot_supported_dns_plugins:
|
||||||
- rfc2136
|
- rfc2136
|
||||||
- cloudflare
|
- cloudflare
|
||||||
|
Loading…
x
Reference in New Issue
Block a user