More Ansible Modules for Extreme
We published Ansible modules for Extreme SLX devices earlier this year. Now we have modules covering all the main Extreme Switching & Routing product families - SLX, VDX, MLX, EXOS, VSP.
Available Modules
- SLX - slxos_command, slxos_config, slxos_facts, slxos_interface, slxos_l2_interface, slxos_l3_interface, slxos_linkagg, slxos_lldp, slxos_vlan
- VDX - nos_command, nos_config, nos_facts
- EXOS - exos_command, exos_config, exos_facts
- VOSS - voss_command, voss_config, voss_facts
- MLX - ironware_command, ironware_config, ironware_facts
All modules are available in the current GA version of Ansible (2.7), except for voss_config
. That one proved a bit trickier for me to write, and I didn’t get it done in time for the 2.7 cutoff. That one is an open Pull Request against the Ansible devel
branch. That should get reviewed and merged soon. It will then make its way into the next GA release. You can of course use the code direct from my branch in the meantime.
All modules use the network_cli
plugin. See Platform Options for general information about how to use this connection type.
Thanks to Continue reading