9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# {{ansible_managed}}
|
|
# this file was created from the role: {{ ansible_role_name }}
|
|
password {{ burp_password }}
|
|
directory {{ burp_server_directory }}
|
|
compression zlib0
|
|
{% for k in burp_retention %}
|
|
keep {{ k }}
|
|
{% endfor %}
|