standalone burp role : initial version
This commit is contained in:
33
templates/burp.conf
Normal file
33
templates/burp.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
# {{ansible_managed}}
|
||||
# this file was created from the role: {{ ansible_role_name }}
|
||||
mode = client
|
||||
server = {{ burp_server }}
|
||||
port = 4971
|
||||
status_port = 4972
|
||||
pidfile = /var/run/burp.pid
|
||||
cname = {{ burp_cname }}
|
||||
password = {{ burp_password }}
|
||||
protocol = 1
|
||||
syslog = 0
|
||||
stdout = 1
|
||||
progress_counter = 1
|
||||
server_can_restore = 0
|
||||
encryption_password = {{ burp_encryption_password }}
|
||||
cross_filesystem=/home
|
||||
cross_all_filesystems=0
|
||||
ca_burp_ca = /usr/sbin/burp_ca
|
||||
ca_csr_dir = /etc/burp/CA-client
|
||||
ssl_cert_ca = /etc/burp/ssl_cert_ca.pem
|
||||
ssl_cert = /etc/burp/ssl_cert-client.pem
|
||||
ssl_key = /etc/burp/ssl_cert-client.key
|
||||
ssl_key_password = password
|
||||
ssl_peer_cn = burpserver
|
||||
{% for inc in burp_folders %}
|
||||
include = {{ inc }}
|
||||
{% endfor %}
|
||||
exclude_fs = sysfs
|
||||
exclude_fs = tmpfs
|
||||
nobackup = .nobackup
|
||||
exclude_comp=bz2
|
||||
exclude_comp=gz
|
||||
stdout=0
|
||||
5
templates/client_conf_file
Normal file
5
templates/client_conf_file
Normal file
@@ -0,0 +1,5 @@
|
||||
# {{ansible_managed}}
|
||||
# this file was created from the role: {{ ansible_role_name }}
|
||||
password={{ burp_password }}
|
||||
directory={{ burp_server_directory }}
|
||||
compression=zlib0
|
||||
Reference in New Issue
Block a user