Ansible modules for automate switch Huawei S5700 configuration

huawei

Consulting Ansible webpage, I found modules for Huawei CloudEngine series (ce_command, ce_config, etc). But theses modules don't work for others families like switches S5700.

So, what Ansible modules should I use to automate Huawei S5700 configuration process?

Best Answer

There are no device-specific modules for that device, but that device can be configured from the command line, so you can use the Ansible CLI modules:

Network modules

Cli

Related Topic