48 lines
816 B
Markdown
48 lines
816 B
Markdown
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 }}"
|
|
burp_use_bui: true - wether we deploy burp ui
|
|
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>
|