06-02-2020 01:34 PM
I am starting to look at ANSIBLE as a COVID19 learning project.
Curious if anyone has built anything with ANSIBLE for VSP/VOSS management. Willing to share you work and experience? Thanks
Full disclosure, as my titles reads I do work at Extreme. This is purely for self education.
Solved! Go to Solution.
06-02-2020 02:17 PM
Paul,
There is basic support for VSP/VOSS in Ansible with ‘network_cli’ plugin(connection type) and modules voss_command, voss_config, voss_facts.
https://github.com/extremenetworks/ansible-extreme has some details and documentation links.
Note: The document links in the README of the above repository is broken. I have created a PR(https://github.com/extremenetworks/ansible-extreme/pull/23) to fix them.
Ujwal
06-02-2020 02:17 PM
Paul,
There is basic support for VSP/VOSS in Ansible with ‘network_cli’ plugin(connection type) and modules voss_command, voss_config, voss_facts.
https://github.com/extremenetworks/ansible-extreme has some details and documentation links.
Note: The document links in the README of the above repository is broken. I have created a PR(https://github.com/extremenetworks/ansible-extreme/pull/23) to fix them.
Ujwal