minor changes, add ansible log path

This commit is contained in:
2022-07-02 13:50:12 +02:00
parent 0da51643c5
commit d9d906cce2
2 changed files with 7 additions and 7 deletions

View File

@@ -3,12 +3,11 @@ export INFRA=/home/hybris/dev/bearstech/bearstech/infra
export PATH=$INFRA/bin:$INFRA/../xen:$PATH
# Everyday aliases
bt-alerts() {ssh root@pidou monshow | grep -v "none$" | grep -v "^ " | grep -v "^$"}
bt-dom0() {awk '/Container:/{ print $2}' ${INFRA}/host/${1}}
bt-each() {$INFRA/bin/foreach $@}
bt-host() {cat $INFRA/host/$1}
bt-release() {ssh root@$1 cat /etc/debian_version}
bt-tickets() {echo "Tickets:$(curl -s "https://maudin:$(/home/hybris/.scripts/keepcli -p Dashbeard)@dashbeard.bearstech.com/api/dashbeard.txt")"}
bt-alerts() {ssh root@pidou monshow | grep -v "none$" | grep -v "^ " | grep -v "^$"}
bt-each() {$INFRA/bin/foreach $@}
bt-host() {cat $INFRA/host/$1}
bt-known_hosts() {scp cloud@pompon:.ssh/known_hosts ~/.ssh/known_hosts.bearstech}
bt-release() {ssh root@$1 cat /etc/debian_version}
# Google Cloud
# The next line updates PATH for the Google Cloud SDK.