Remove useless temploate

This commit is contained in:
Dryusdan 2024-04-24 10:37:14 +02:00
parent d18f273b31
commit 5c43bd6762

View file

@ -54,19 +54,6 @@
tags:
- haproxy-plugin
- name: Add configuration to haproxy
ansible.builtin.template:
src: crowdsec_haproxy.conf.j2
dest: "/etc/haproxy/conf.d/crowdsec_haproxy.conf"
owner: root
group: root
mode: 0640
notify: crowdsec-haproxy-restart
when:
- crowdsec_haproxy
tags:
- haproxy-plugin
- name: Add configuration to crowdsec firewall
ansible.builtin.template:
src: crowdsec-haproxy.j2