ansible-pyats
ansible-pyats copied to clipboard
When running this parser (show bgp all neighbors advertised-routes) directly, or just parsing the output (ios device) I get an error: fatal: [192.168.86.202]: FAILED! => {"msg": "Unable to parse output...
I am testing simple "show ntp peer-status" with pyats filter command. Here is my playbook: ``` - name: Play to test command module against NX OS devices hosts: leafs connection:...
Hi, i would to use this module to extract the inventory for cisco c9200 e c9300 devices. In genie project, i opened the issue https://github.com/CiscoTestAutomation/genieparser/issues/129 and i should to specify...
When using the `pyats_parse_command` Ansible module with the command `show running-config vrf {{ vrf }} | sec '^vrf'`, the following exception is raised: ``` The full traceback is: File "/tmp/ansible_pyats_parse_command_payload_eairedkh/__main__.py",...
Looking at the output for the PyATS config command, we encountered the following: > >"interface Ethernet1/98": {}, >"interface Ethernet1/99": {}, >"interface Vlan1": { > "description Mandatory": {}, > "no ip...
It would be great if this role and its tasks supported multiple commands at once. An example playbook: ```yaml --- - name: Check for any differences after two minutes hosts:...