Re: [ansible-project] vyos_command module says that paramiko is not installed.

2017-02-06 Thread Chris Rigby
Where do you add `connection: local`? I added it a the top of my playbook underneath `hosts: all` and it still complains about paramiko not being installed on the vyos host. On Monday, 24 October 2016 20:43:10 UTC+1, Barney Sowood wrote: > > Hi, > > > On Mon, 24 Oct 2016, at 03:31 PM, Lukas Na

Re: [ansible-project] vyos_command module says that paramiko is not installed.

2016-10-24 Thread Lukas Nagy
Thank you very much, this fixed the issue. Now it sucessfully executes commands. You are right, I haven't seen this in documentation at all, could this be added to it, for others to resolve the issue? Dňa pondelok, 24. októbra 2016 21:43:10 UTC+2 Barney Sowood napísal(-a): > > Hi, > > > On Mon,

Re: [ansible-project] vyos_command module says that paramiko is not installed.

2016-10-24 Thread Barney Sowood
Hi, On Mon, 24 Oct 2016, at 03:31 PM, Lukas Nagy wrote: > I am trying to use VyOS module, included in Ansible 2.2. When I am > trying to run simple playbook to set DHCP server, it fails on missing > paramiko module. I've tried pip install paramiko but it is already > installed. Reinstallation doe

[ansible-project] vyos_command module says that paramiko is not installed.

2016-10-24 Thread Lukas Nagy
Hello. I am trying to use VyOS module, included in Ansible 2.2. When I am trying to run simple playbook to set DHCP server, it fails on missing paramiko module. I've tried pip install paramiko but it is already installed. Reinstallation doesn't helped too. What should I do or what am I doing w