From f44a0ee2f57574b7011d3cf8111f728eeb1ad6f1 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Wed, 6 Jan 2021 00:43:35 +0100 Subject: [PATCH] Add python packages for dns acme --- vars/RedHat.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vars/RedHat.yml b/vars/RedHat.yml index d664b2d..a3b2273 100644 --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -1,6 +1,10 @@ certbot_packages: - certbot - - python2-dns-lexicon + - python2-certbot-dns-cloudflare + - python2-certbot-dns-digitalocean + - python2-certbot-dns-ovh + - python2-certbot-dns-rfc2136 + - python2-certbot-dns-route53 certbot_webpackages: # - {% if certbot_authservice == 'httpd' %}httpd{% elif certbot_authservice == 'nginx' %}nginx{% endif %} - httpd