Re: [ansible-project] trouble using sros modules to log in with a specific user

2016-12-12 Thread Peter Sprygada
Hi Nick, Not sure if you figure this out yet or not but you need to add connection: local to your playbook. Your updated playbook should look like this: https://gist.github.com/privateip/2482751b36b30eb60151e94e16c905ea Peter On Tue, Nov 29, 2016 at 7:47 PM, Nick Keeling wrote: > First of all

[ansible-project] trouble using sros modules to log in with a specific user

2016-12-01 Thread Nick Keeling
First of all, I am still learning Ansible, so there is a very real possibility this is user error, but here is my issue: When I try to log in using the sros module, regardless of the username I am using in the yml file, it is using my username from the ansible host machine Here is the yml: ---