Created Samstag 11 Januar 2020
Server: Control node
Ubuntu from ansible repositoy
....
with PIP
$ pip3 install ansible
with PIP env
$ python -m virtualenv ansible # Create a virtualenv if one does not already exist
$ source ansible/bin/activate # Activate the virtual environment
$ pip install ansible