]> git.phdru.name Git - ansible.git/commit
Feat: Add `ansible-ssh`
authorOleg Broytman <phd@phdru.name>
Sun, 14 Jul 2019 03:09:45 +0000 (06:09 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:41 +0000 (21:28 +0300)
commitebe71df17532c3f2645a0cfdb1067b2d0002ac15
treeb2f0f088872644f3ca01226f46a9c394deabb62c
parent204a50bd1d0148ff845cf66773e65c5ec737eb82
Feat: Add `ansible-ssh`

A script to create SSH connection sharing control path
(alsmost) the same way ansible does it. Requires

   [ssh_connection]
   ssh_args = -C -o ControlMaster=auto -o ControlPath="~/.ssh/controls/%r@%h:%p" -o ControlPersist=600

in `~/.ansible.cfg`.
ansible-ssh [new file with mode: 0755]