install certbot
This commit is contained in:
parent
08bcccf14b
commit
805bb279db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user