Published on

Ansible ssh

"msg": "to use the 'ssh' connection type with passwords or pkcs11_provider, you must install the sshpass program"

pip install ansible-pylibssh


ansible_connection=ansible.netcommon.network_cli


[ssh_connection]
ssh_args=-C -o ControlMaster=auto -o ControlPersist=60s -c aes128-cbc