Просмотр исходного кода

shrc: add adhoc fix for ansible on cygwin

pull/1/head
10sr 10 лет назад
Родитель
Сommit
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



Загрузка…
Отмена
Сохранить