2019-11-16 18:15:06 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-06-05 10:27:26 +00:00
|
|
|
cd ~/git/cm/ansible/
|
|
|
|
|
|
|
|
source ../.venv/bin/activate
|
2019-11-16 18:15:06 +00:00
|
|
|
|
|
|
|
export KEEPASS_PW=$(pass show voc/keepass)
|
|
|
|
|
2019-12-25 13:04:30 +00:00
|
|
|
./ansible-playbook-keepass --become --become-method=sudo --user voc --inventory event $@ site.yml
|