#!/usr/bin/env bash
set -e

ansible-vagrant-update-hosts
ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory=./hosts_vagrant $@
