ansible-junos-stdlib icon indicating copy to clipboard operation
ansible-junos-stdlib copied to clipboard

operational states validation

Open ksator opened this issue 6 years ago • 0 comments

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)

ksator avatar Oct 04 '18 14:10 ksator