PaloAltoNetworks / minemeld-ansible

Ansible playbook for installing MineMeld on Linux
Apache License 2.0
48 stars 48 forks source link

Added python-pip and virtualenv #69

Open nielsvbrecht opened 5 years ago

nielsvbrecht commented 5 years ago

I added python-pip and virtualenv to the to be installed packages for Ubuntu 18.04. While running the ansible playbook remote through ssh,the task to create a virtualenv failed due to the absence of setuptools. Installing python-pip and virtualenv on the target machine solved the issue. This allows you to run an image build process from your CI/CD pipeline instead on the spot every time (cattle vs. pets) and thus supports the creation of an immutable image.