ideascube / ansiblecube

Ansible playbook to quickly deploy an ideascube server and much more !
MIT License
5 stars 9 forks source link

install Ansible in a venv #57

Open fheslouin opened 7 years ago

fheslouin commented 7 years ago

Currently Ansible is installed with root and system wide through pip. This must be changed and should be installed in a virtual env.

So far we have no idea what would be the impact for the device on the field for a change from system wide to virtual env.

We have to simulate and find out what could be the issues