install certbot

This commit is contained in:
Torma Kristóf 2022-04-12 17:13:13 +02:00
parent 08bcccf14b
commit 805bb279db

View File

@ -6,6 +6,13 @@
name:
- haproxy
- name: "Install certbot via apt"
apt:
update_cache: yes
state: present
name:
- python3-certbot
- name: Reset ufw rules to default
community.general.ufw:
state: reset