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 On Fri, 28 Jul 2017 at 14:08 lei wang <[email protected]> wrote: > 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 . > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/e2f65d5b-73e4-4317-933d-2eecdbe4bbc0%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/e2f65d5b-73e4-4317-933d-2eecdbe4bbc0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAEaZiRUCCNYMG%2BZYqv8w4u%2BaQgqy0mEFTJqABRnWRTGgjMB_ug%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
