diff --git a/.bin/voc-ansible b/.bin/voc-ansible new file mode 100755 index 0000000..fbf9299 --- /dev/null +++ b/.bin/voc-ansible @@ -0,0 +1,7 @@ +#!/bin/bash + +cd ~/git/voc/cm/ansible/ + +export KEEPASS_PW=$(pass show voc/keepass) + +./ansible-playbook-keepass $@