#!/bin/bash

pushd /ansible
pip install pipenv
pipenv install
pipenv run ansible-playbook -i test-inventory --connection=local playbooks/site.yml
