ansible-junos-stdlib
ansible-junos-stdlib copied to clipboard
operational states validation
Issue Type
- Feature Idea
Module Name
juniper_junos_command
Summary
ansible core module junos_command has nice operational states validation capabilities leveraging junos xml and json representation.
Here's an example https://github.com/ksator/junos-automation-with-ansible/blob/master/junos_command/pb_check_op_states.yml#L47-L155
Could we add similar capability to "our" library (juniper_junos_command module) ?
benefit is: use ansible and jinja to generate and load the configuration, and use feature to validate the operational states (kind of acceptance tests)