ansible-network / network-engine

This role provides the foundation for building network roles by providing modules and plugins that are common to all Ansible Network roles.
GNU General Public License v3.0
112 stars 52 forks source link

Feature request, parsing network configuration #245

Open bellresearch opened 4 years ago

bellresearch commented 4 years ago

ISSUE TYPE

SUMMARY

We have with the ansible network engine role, the ability to parse the output of "show commands" executed on a network device (e.g. 'show version'). This is with using the 'command_parser' or 'textfsm_parser'. The present feature request is for the ability to parse the configuration text of a network device and to make the capabilities in the custom module at the following link, native to the ansible network engine role.

Custom Module, which we woild like to see native to Ansible Network Engine: https://cidrblock.github.io/section-snipping-module-for-ansible.html