dotfiles/roles/server/certbot/tasks/install.yml
Matej Focko 90bac3a306
feat(server/certbot): add support for certbot
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-10 16:43:18 +02:00

7 lines
165 B
YAML

---
- name: Install the Certbot and Cloudflare plugin
ansible.builtin.package:
name:
- certbot
- python3-certbot-dns-cloudflare
state: present