
* first ansible skeleton * first commit of ansible installation of vulnwhisperer outside docker * first ansible skeleton * first commit of ansible installation of vulnwhisperer outside docker * refactor the ansible role a bit * update readme, add fail validation step to provision.yml and fix typo when calling a logging funciton
13 lines
187 B
YAML
13 lines
187 B
YAML
base_packages:
|
|
- zlib1g-dev
|
|
- libxml2-dev
|
|
- libxslt1-dev
|
|
- libffi-dev
|
|
- libssl-dev
|
|
|
|
python_packages:
|
|
- python2.7
|
|
- python2.7-dev
|
|
- python-virtualenv
|
|
- virtualenvwrapper
|