use ansible configuration h3c and huawei s series switch from china

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:

  1. Adapt native ansible modules for Cisco (using ssh and ‘native’ configuration)
  2. 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