On Fri, Sep 19, 2014 at 06:56:28PM +0200, frantisek holop wrote:
> Joerg Jung, 19 Sep 2014 17:04:
> > > ansible has hidden dependency when used with --ask-pass
> > > without sshpass, as far as i can tell it can be used
> > > only with private keys (of course --ask-pass makes no
> > > sense most of the time, but i think it should be
> > > available)
> > 
> > AFAIR, --ask-pass works fine with paramiko connections.
> 
> could be, i am not there yet, just started learning it :)
> still, default ssh connection do not use paramiko
> and it fails with a big red error message wanting
> sshpass...
> 
> -f
> -- 
> dyslexics of the world: untie!

ansible -k or having ansible_connection=paramiko in the inventory file
works fine unless you want to connect to a -current OpenBSD system which
is refusing the connection due to removed weak/broken hashes,ciphers and
modes. (see http://www.openbsd.org/faq/current.html#20140603)

-- 
-=[rpe]=-

Reply via email to