infrastructure/scripts/ansible/setup.sh

16 lines
186 B
Bash
Raw Normal View History

2019-12-08 17:09:07 +00:00
#!/usr/bin/env bash
set -e
2019-12-08 17:09:07 +00:00
PATH=${PWD}/env/bin:${PATH}
set -x
2019-12-08 17:09:07 +00:00
python -m venv env
2020-03-02 19:37:11 +00:00
cd ansible/
pip install -r dev-requirements.txt
ansible-galaxy install -r galaxy-requirements.yml