10 lines
230 B
YAML
10 lines
230 B
YAML
---
|
|
# defaults file for tco.burp_client
|
|
burp_packages:
|
|
burp
|
|
burp_cname: "{{ ansible_hostname }}"
|
|
burp_retention:
|
|
- 7
|
|
burp_watch: true
|
|
burp_server_directory: "/srv/Backups/{{ group_name[0] | lower }}/{{ inventory_hostname }}/"
|