From 1d03d39a633146f7dbaeae57c5c26804854f7378 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 16 Nov 2019 18:15:06 +0000 Subject: [PATCH] Add voc ansible keepass wrapper --- .bin/voc-ansible | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .bin/voc-ansible 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 $@