#!/bin/bash -x ## wrapper for ansible, ensuring password is provided ssh-add ~/.ssh/ansible ansible-playbook --ask-vault-pass -b -e '@passwd.yml' $@