infrastructure/scripts/ansible/setup.sh

12 lines
169 B
Bash
Raw Normal View History

2019-12-08 17:09:07 +00:00
#!/usr/bin/env bash
set -ex
python -m venv env
env/bin/pip install -r dev-requirements.txt
2020-03-02 19:37:11 +00:00
cd ansible/
2020-05-18 16:46:18 +01:00
../env/bin/ansible-galaxy install -r galaxy-requirements.yml