forked from kunsi/dotfiles
voc uses bundlewrap now
This commit is contained in:
parent
fc772c25a0
commit
8ef0e8835b
3 changed files with 12 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ~/git/cm/ansible/
|
||||
|
||||
source ../.venv/bin/activate
|
||||
|
||||
export KEEPASS_PW=$(pass show voc/keepass)
|
||||
|
||||
./ansible-playbook-keepass --become --become-method=sudo --user voc --inventory event $@ site.yml
|
|
@ -41,6 +41,8 @@ alias voc2gui='cd /home/kunsi/git/voctomix/ && .venv/bin/python voctogui/voctogu
|
|||
set -x BW_ITEM_WORKERS 16
|
||||
set -x BW_NODE_WORKERS 16
|
||||
|
||||
set -x BW_KEEPASS_FILE /home/kunsi/git/passwords/voc.kdbx
|
||||
|
||||
function fish_greeting
|
||||
echo -n ""
|
||||
end
|
||||
|
|
10
.ssh/config
10
.ssh/config
|
@ -5,6 +5,16 @@ Host *
|
|||
|
||||
Include ~/.ssh/bwnodes
|
||||
|
||||
Host voc-servercase-switch
|
||||
HostName 10.73.0.253
|
||||
KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
|
||||
HostKeyAlgorithms ssh-dss,ssh-rsa
|
||||
Ciphers aes128-cbc,3des-cbc
|
||||
User admin
|
||||
|
||||
Host 10.73.200.101
|
||||
User voc
|
||||
|
||||
Host r3spluto
|
||||
HostName r3spluto.ffdus.de
|
||||
Port 62969
|
||||
|
|
Loading…
Reference in a new issue