-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arubaoss_config throws error when trying to pull config #85
Comments
Could you provide some more information regarding the Ansible version and the aos-switch collection version you're using? Also if you could provide the switch model and firmware version? Since you're using the SSH module arubaoss_config please ensure you have your ansible_connection variable set to network_cli and you have the proper environment variable set. Instructions to this can be found in the README here: https://github.com/aruba/aos-switch-ansible-collection/blob/master/README.md |
ansible 2.13.11 The switch is an Aruba JL075A 3810M-16SFP+ My ansible_connection variable IS set to network_cli, and I have NETWORK_GROUP_MODULES=arubaoss in my ansible.cfg. Playbooks using the REST modules work fine. |
what about the |
I get a similar error even:
In ansible.cfg is set host_key_checking=false. P.S. Switcj is Aruba 3810M-16SFP+-2-slot KB.16.10.0012 |
Probably the problem is that the parameters are not correct:
But if I specify:
Then the new port parameter is accepted, and the transport parameter is ignored and left in the aossapi value. |
I'm also experiencing this issue. It seems to affect the stock |
Any usage of arubaoss_config module spawns the following error:
Unable to decode JSON from response to exec_command(show running-config). Received 'None'.
The text was updated successfully, but these errors were encountered: