Browse Source

shrc: add adhoc fix for ansible on cygwin

pull/1/head
10sr 10 years ago
parent
commit
6957b78552
2 changed files with 8 additions and 1 deletions
  1. +1
    -1
      ansible/hosts
  2. +7
    -0
      shrc

+ 1
- 1
ansible/hosts View File

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

+ 7
- 0
shrc View File

@@ -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



Loading…
Cancel
Save