Explorar o código

Update SSH default options to permit agent forwarding

Emmanuel Bouthenot %!s(int64=10) %!d(string=hai) anos
pai
achega
e1730894ce
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ansible.cfg

+ 1 - 0
ansible.cfg

@@ -120,6 +120,7 @@ nocows = 1
 # Leaving off ControlPersist will result in poor performance, so use 
 # paramiko on older platforms rather than removing it
 #ssh_args = -o ControlMaster=auto -o ControlPersist=60s
+ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes
 
 # The path to use for the ControlPath sockets. This defaults to
 # "%(directory)s/ansible-ssh-%%h-%%p-%%r", however on some systems with