[ansible-project] NXOS modules and NXAPI transport

2017-07-03 Thread Johann Lo
Anyone running ansible against NXOS (latest 7.x) and using NXAPI transport? I am getting a weird issue in my lab whereby CLI transport works fine but NXAPI transport I get 1.) straight up connect fail using a login with priv 15 2.) 401 denied when using a login with role dev-ops I haven't put

[ansible-project] How do I use openSSH instead of paramiko (i.e. no connection:local) for IOS modules?

2016-09-22 Thread Johann Lo
I'm trying to use the ios networking modules (ios_config, ios_template etc.) and the only way I can get them to work properly is via connection: local and passing the parameters to each task via something like this - hosts: all connection: local gather_facts: no tasks: - name: define pr