mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
13 lines
255 B
Django/Jinja
13 lines
255 B
Django/Jinja
---
|
|
|
|
mode: iptables
|
|
piddir: /var/run/
|
|
update_frequency: 10s
|
|
daemonize: true
|
|
log_mode: stdout
|
|
log_level: info
|
|
api_url: {{ (cs_fw_lapi_url is search('/$')) | ternary(cs_fw_lapi_url,cs_fw_lapi_url ~ '/') }}
|
|
api_key: {{ cs_fw_lapi_key }}
|
|
disable_ipv6: false
|
|
|