Installed the ansible pkg via pkg_add. I cannot get the ansible network_cli
module to work in OpenBSD. Tried in version 6.6 and also 6.7 and both hang
at "using connection plugin network_cli". It never times out, hangs here
forever.

I copied my ansible configuration files over to a fedora OS and the
ansible-playbook works successfully. Has anyone used OpenBSD as an ansible
control node to manage network devices via SSH? Below is the output I
receive.

openbsd#  ansible-playbook -vvvv -u username -k -e ansible_network_os=ios
test.yml
<snip>
TASK [ios_config]
**************************************************************************************************************************
task path: /etc/ansible/test.yml:6
<192.168.1.1> attempting to start connection
<192.168.1.1.1> using connection plugin network_cli

Reply via email to