Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello experts ,Im trying to run my first playbook in ansible over 2 cisco devices (C3750_IOS, CSR1000V_XE)If I run a ping test from ansible it Works OKI test SSH directly from ubuntu server this is working ok,but, when I try to send my first ansible ...
Hello bigevilbeard,it worked, I was able to install ansible-pylibssh module in virtual environment, using this:# Create virtual enviromentpython3 -m venv .venv#activate virtual enviroment.venv/bin/activate# install the modulepython3 -m pip install an...