mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
5 lines
129 B
Bash
5 lines
129 B
Bash
|
|
#!/bin/bash
|
||
|
|
source ~/urlbot-native/venv/bin/activate
|
||
|
|
|
||
|
|
ansible-playbook -i hosts deploy.yml --vault-password-file ~/.vaultpass -D
|