This commit is contained in:
2023-12-18 21:38:30 +01:00
commit 9e2c1607e0
9 changed files with 205 additions and 0 deletions

47
README.md Normal file
View File

@@ -0,0 +1,47 @@
Role Name
=========
Install burp server
Requirements
------------
None
Role Variables
--------------
burp_use_burpui: default false
burp_directory: /var/spool/burp/
burp_working_dir_recovery_method: delete
burp_client_can_delete: 0
burp_client_can_force_backup: 1
burp_client_can_list: 1
burp_client_can_restore: 1
burp_client_can_verify: 1
burp_restore_clients:
- "{{ inventory_hostname }}"
Dependencies
------------
None
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: username.rolename, x: 42 }
License
-------
BSD
Author Information
------------------
Thomas C <thomas@opendoor.fr>