[common] feat: specify crowdsec firewall bouncer

This commit is contained in:
Simon Cornet 2024-12-04 11:20:41 +01:00
commit f0356cc751

View file

@ -34,7 +34,7 @@
# install crowdsec firewall bouncer
- name: "install crowdsec firewall bouncer"
ansible.builtin.apt:
name: "crowdsec-firewall-bouncer"
name: "crowdsec-firewall-bouncer-iptables"
state: "present"
cache_valid_time: "120"
when: 'ansible_os_family == "Debian"'