dear all:
i want to use ansible configuration h3c and huawei s series switch but there is no network modules
i try Developing Modules but it not work well someone help me .
Hi,
You didn’t say what type of switch you’re trying to access. There is a module for the CloudEngine (CE) switches. If you have a different one you have the following options:
- Adapt native ansible modules for Cisco (using ssh and ‘native’ configuration)
- Create a driver module for napalm-ansible (again using ssh and native config)
I know that in newer software versions (8.*) NETCONF is supported - you could try netconf_config module.
kind regards
Pshem