mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
15
roles/crowdsec_firewall_bouncer/defaults/main.yml
Normal file
15
roles/crowdsec_firewall_bouncer/defaults/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
# Version of the firewall bouncer to install
|
||||
cs_fw_version: 0.0.10
|
||||
# URL of the firewall bouncer archive
|
||||
cs_fw_archive_url: https://github.com/crowdsecurity/cs-firewall-bouncer/releases/download/v{{ cs_fw_version }}/cs-firewall-bouncer.tgz
|
||||
# Expected sha1 of the archive
|
||||
cs_fw_archive_sha1: 46863e95bdc8f48434583f55e89b7720fce5736d
|
||||
|
||||
# API on which the bouncer should listen for alerts
|
||||
cs_fw_lapi_url: "{{ cs_lapi_url | default('http://localhost:8080/') }}"
|
||||
# If not defined, ansible will try to register the bouncer on the Local API server
|
||||
# cs_lapi_server must be defined in this case
|
||||
# cs_fw_lapi_key: aaabbbccc
|
||||
|
Reference in New Issue
Block a user