You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
616 B
14 lines
616 B
---
|
|
|
|
# Version of the firewall bouncer to install
|
|
crowdsec_fw_version: 0.0.10
|
|
# URL of the firewall bouncer archive
|
|
crowdsec_fw_archive_url: https://github.com/crowdsecurity/cs-firewall-bouncer/releases/download/v{{ crowdsec_fw_version }}/cs-firewall-bouncer.tgz
|
|
# Expected sha1 of the archive
|
|
crowdsec_fw_archive_sha1: 46863e95bdc8f48434583f55e89b7720fce5736d
|
|
|
|
# API on which the bouncer should listen for alerts
|
|
crowdsec_fw_lapi_url: "{{ crowdsec_lapi_url | default('http://localhost:8080/') }}"
|
|
# If not defined, ansible will try to register the bouncer on the Local API server
|
|
# crowdsec_fw_lapi_key: aaabbbccc
|
|
|
|
|