CoffeeITWorks / ansible_burp2_server

Ansible role to deploy burp2 server
MIT License
10 stars 9 forks source link

add option to install from system package #13

Open pablodav opened 7 years ago

pablodav commented 7 years ago

just need a switch:

- include: build-burp.yml 
  when: not burp_install_from_system_package

and a new yml:

- include: install-burp-package.yml
  when: burp_install_from_system_package

maybe also a variable:

burp_system_packages_names:
  - burp-server
  - burp-client
pablodav commented 4 years ago

Just thinking if it makes any sense to keep this open? Does it provides a real benefit? Current features provides ability to move between almost any bur version and only needs to change the version number in a variable....

pablodav commented 4 years ago

https://github.com/CoffeeITWorks/ansible_burp2_client/issues/3