mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-21 04:33:18 +02:00
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
![]() |
url: https://api.crowdsec.net/
|
||
|
{% if cs_capi_user is defined %}
|
||
|
login: {{ cs_capi_user }}
|
||
|
{% endif %}
|
||
|
{% if cs_capi_pass is defined %}
|
||
|
password: {{ cs_capi_pass }}
|
||
|
{% endif %}
|