Files
toallab-automation/roles/ansible-network.network-engine/changelogs/fragments/v0-initial-release.yaml
Patrick Toal 6e2205a046 Adding Netbox
2019-05-06 00:34:45 -04:00

14 lines
1.0 KiB
YAML

---
major_changes:
- Initial release of the ``network-engine`` Ansible role.
- This role provides the foundation for building network roles by providing modules and plugins that are common to all Ansible Network roles. All of the artifacts in this role can be used independent of the platform that is being managed.
new_modules:
- NEW ``text_parser`` Parses ASCII text into JSON facts using text_parser engine and YAML-formatted input.
Provides a rules-based text parser that is closely modeled after the Ansible
playbook language. This parser will iterate over the rules and parse the
output of structured ASCII text into a JSON data structure that can be
added to the inventory host facts.
- NEW ``textfsm`` Parses ASCII text into JSON facts using textfsm engine and Google TextFSM-formatted input.
Provides textfsm rules-based templates to parse data from text. The template acting as parser will iterate of the rules and parse the output of structured ASCII text into a JSON data structure that can be added to the inventory host facts.