瀏覽代碼

shrc: add adhoc fix for ansible on cygwin

pull/1/head
10sr 10 年之前
父節點
當前提交
6957b78552
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. +1
    -1
      ansible/hosts
  2. +7
    -0
      shrc

+ 1
- 1
ansible/hosts 查看文件

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

+ 7
- 0
shrc 查看文件

@@ -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…
取消
儲存