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

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