From 8ef0e8835b31f3571a90e6601e022d062bf959ae Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 8 Aug 2022 08:11:31 +0200 Subject: [PATCH] voc uses bundlewrap now --- .bin/voc-ansible | 9 --------- .config/fish/config.fish | 2 ++ .ssh/config | 10 ++++++++++ 3 files changed, 12 insertions(+), 9 deletions(-) delete mode 100755 .bin/voc-ansible diff --git a/.bin/voc-ansible b/.bin/voc-ansible deleted file mode 100755 index a1daba7..0000000 --- a/.bin/voc-ansible +++ /dev/null @@ -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 diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 24000ac..a9013be 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 diff --git a/.ssh/config b/.ssh/config index 259234b..fecea1b 100755 --- a/.ssh/config +++ b/.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