enable haproxy in neko

This commit is contained in:
Torma Kristóf 2022-04-12 17:33:48 +02:00
parent 805bb279db
commit 38aed2fea8

View File

@ -6,6 +6,12 @@
name:
- haproxy
- name: Enable haproxy
service:
name: haproxy
state: started
enabled: yes
- name: "Install certbot via apt"
apt:
update_cache: yes