ansible-networking-collections
ansible-networking-collections copied to clipboard
I am trying to use the grpc collection, but to no avail. protobuf=3.20.3 -> is the latest version available that works according to another task. grpcio=1.49.1 -> I can not...
Ansible playbooks that are run against devices configured with cli-engine classic-cli md-cli and configuration-mode mixed, cause an Ansible 'command timeout' error at the get_config stage. Notably, when the module sends...
ncclient has a special device handler for netconf. This change makes sure that Ansible passes the correct device param when initializing the ncclient Manager instance. This shouldn't lead to any...
Please update SROS collection to work with Ansible Automation Platform Controller 4.2.1. It's been 3 years since the last updates have posted. Thanks!
Hi! Currently I have this task: - name: Collect show debug cli_command: command: show debug register: show_debug vars: ansible_user: "ansible_networking" ansible_network_os: "nokia.sros.md" and I am using nokia.sros collection: collections: -...
Workaround is to downgrade protobuf to v3.20.1
I was using the sros_command & sros_config modules to manage some ISAM OLT's but have been getting the error mentioned here https://github.com/ansible/ansible/issues/72018 In that thread it was mentioned by jurajama...
Running this playbook leads to the crash. It looks like module cli_config is trying to run 'show system information' command from "configure private" mode. The correct syntax should be "/show...
- [origin](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#222-paths) - a field which MAY be used to disambiguate the path if necessary. For example, the origin may be used to indicate which organization defined the schema to...
I'm using nokia.sros collection for managing VSR release 19.10.R3. The _ansible_network_os_ mode is _nokia.sros.light_. - Ansible version is 2.9.19 running with python 3.8.8 on CentOS-8.3 based Docker container. - ansible.netcommon...