This commit is contained in:
Andreas Stephanides
2017-11-05 22:30:33 +01:00
8 changed files with 76 additions and 7 deletions

7
install Executable file
View File

@@ -0,0 +1,7 @@
#/bin/bash
if [ ! -d ".env_ansible" ]; then
virtualenv .env_ansible
fi
source .env_ansible/bin/activate
pip install --upgrade pip
pip install ansible