First try to automate my workstation with Ansible Run Create a python virtual env python3 -m venv .venv pip install -r requitements.txt source .venv/bin/activate To run this playbook ansible-playbook -i inventory/all.yaml playbooks/configure.yaml --tags "env,dotfiles" --ask-become-pass --diff --check