Add voc ansible keepass wrapper
This commit is contained in:
parent
4b894aece9
commit
1d03d39a63
1 changed files with 7 additions and 0 deletions
7
.bin/voc-ansible
Executable file
7
.bin/voc-ansible
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ~/git/voc/cm/ansible/
|
||||
|
||||
export KEEPASS_PW=$(pass show voc/keepass)
|
||||
|
||||
./ansible-playbook-keepass $@
|
Loading…
Reference in a new issue