suzieq icon indicating copy to clipboard operation
suzieq copied to clipboard

Feature Request: Add Ansible Collection

Open JulioPDX opened this issue 3 years ago • 0 comments

Ansible collection could aid in the availability of Suzieq for network operators utilizing the tool in their environments.

Suzieq already has powerful aver checks to validate the state of interfaces or routing protocols. It would be interesting to have modules that pointed to the parquet directory and allowed checks to be performed. This could also expand to the other filters and tests that can be performed by Suzieq, below is just a concept example.

- name: Checking Routing Protocols
  suzieq:
    aver_bgp: True
    aver_ospf: True
    parquet: /tmp/parquet-out

JulioPDX avatar Nov 12 '21 19:11 JulioPDX