gitting
This commit is contained in:
47
README.md
Normal file
47
README.md
Normal 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>
|
||||
Reference in New Issue
Block a user