Explorar el Código

shrc: add adhoc fix for ansible on cygwin

pull/1/head
10sr hace 10 años
padre
commit
6957b78552
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  1. +1
    -1
      ansible/hosts
  2. +7
    -0
      shrc

+ 1
- 1
ansible/hosts Ver fichero

@@ -1 +1 @@
debian-vb ansible_ssh_host=192.168.2.103 ansible_ssh_user=yuk
debian-vb

+ 7
- 0
shrc Ver fichero

@@ -190,6 +190,13 @@ then
export CHIT_PATH="$HOME/dbx/.chit"
fi

# adhoc fix for ansible on cygwin
# http://blog.s-uni.net/2013/08/27/ansible-running-on-cygwin/
if $incygwin
then
export ANSIBLE_SSH_ARGS="-o ControlMaster=no"
fi

##########################
# Zsh specific preferences



Cargando…
Cancelar
Guardar