ansible lint fixes -- hopefully all are fixed now

This commit is contained in:
brunobenchimol 2021-11-15 20:36:54 -03:00
parent e7464e62aa
commit 2548d4f32b
6 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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