buanzo / crowdsec-plus-console

An ansible role for installing crowdsec, supporting Crowdsec Console enrollment and other features
MIT License
4 stars 2 forks source link

Add support for more bouncers besides iptables one #2

Open buanzo opened 2 years ago

buanzo commented 2 years ago

It would be really useful to include support for other bouncers, such as nginx and cloudflare

Tjkent88 commented 2 years ago

This should work you:

- name: installing crowdsec packages
  apt:
    name:
      - crowdsec
      - crowdsec-firewall-bouncer-iptables
      - crowdsec-cloudflare-bouncer
      - crowdsec-nginx-bouncer
buanzo commented 2 years ago

Thank you @Tjkent88 - Are you aware if no further configuration required other than just installing the packages?