infrastructure/scripts/ansible/setup.sh

14 lines
196 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
pip install -r ansible/dev-requirements.txt
2020-03-02 19:37:11 +00:00
cd ansible/ && ansible-galaxy install -r galaxy-requirements.yml