#!/bin/bash

BASE=$(cd `dirname $0`; cd ./; pwd)

ansible-playbook -i $BASE/hosts -e base_dir=$BASE $BASE/sriov.yml
