fix ansible log dir
This commit is contained in:
parent
e0c71c1a58
commit
4110c8534a
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Some exports
|
# Some exports
|
||||||
export INFRA=/home/hybris/dev/bearstech/bearstech/infra
|
export INFRA=/home/hybris/dev/bearstech/bearstech/infra
|
||||||
export PATH=$INFRA/bin:$INFRA/../xen:$PATH
|
export PATH=$INFRA/bin:$INFRA/../xen:$PATH
|
||||||
|
export ANSIBLE_BEARSTECH_LOG_DIR=/var/log/ansible-bearstech
|
||||||
|
|
||||||
# Everyday aliases
|
# Everyday aliases
|
||||||
bt-alerts() {ssh root@pidou monshow | grep -v "none$" | grep -v "^ " | grep -v "^$"}
|
bt-alerts() {ssh root@pidou monshow | grep -v "none$" | grep -v "^ " | grep -v "^$"}
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ bindkey "^[Od" backward-word
|
||||||
bindkey "^[Oc" forward-word
|
bindkey "^[Oc" forward-word
|
||||||
|
|
||||||
# Some exports
|
# Some exports
|
||||||
export ANSIBLE_LOG_PATH=/var/log/ansible-bearstech/${role}-$(date +%Y%m%d%H%M%S).log
|
|
||||||
export EDITOR=emacsclient
|
export EDITOR=emacsclient
|
||||||
export LESS=-cex2MRX
|
export LESS=-cex2MRX
|
||||||
export LESSOPEN='|~/.lessfilter %s'
|
export LESSOPEN='|~/.lessfilter %s'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue