install certbot
This commit is contained in:
parent
08bcccf14b
commit
805bb279db
@ -6,6 +6,13 @@
|
|||||||
name:
|
name:
|
||||||
- haproxy
|
- haproxy
|
||||||
|
|
||||||
|
- name: "Install certbot via apt"
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
state: present
|
||||||
|
name:
|
||||||
|
- python3-certbot
|
||||||
|
|
||||||
- name: Reset ufw rules to default
|
- name: Reset ufw rules to default
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
state: reset
|
state: reset
|
||||||
|
Loading…
Reference in New Issue
Block a user