CoffeeITWorks/ansible_burp2_server

Add better timer script as an option to ansible_burp2_server role

Opened this issue · 2 comments

See:

https://sourceforge.net/p/burp/mailman/message/35823099/

Add a simple variable that automatically installs and changes to this script.

vars examples:

timer_script = /opt/local/bin/timer_script.py
timer_arg = --age-exceeds 20h

There is nothing special to add, only install the script in that place.

Then we can change already existing vars:

burp_server_timer_script: "/usr/share/burp/scripts/timer_script"
burp_server_timer_args:
  - 20h
  - Mon,Tue,Wed,Thu,Fri,00,01,02,03,04,05,19,20,21,22,23
  - Sat,Sun,00,01,02,03,04,05,06,07,08,17,18,19,20,21,22,23

To the corresponding example and add it to README.md for easy usage.

Moving to backlog due to bug: qm2k/bbts#6