Hi Don, Ansible 2.2 adds support for Dell OS6, OS9 (I believe this is the old Force10 stuff) and OS10. Please see the modules here: https://github.com/ansible/ansible-modules-core/tree/devel/network/dellos9
Creating modules is not difficult. See here for details: http://docs.ansible.com/ansible/dev_guide/developing_modules.html For non-API (ie CLI driven) devices, I would recommend that you use the ios/* modules as a guide for how you can implemented modules for those types of devices. HTH, Peter On Mon, Oct 3, 2016 at 2:18 PM, Don Jackson <[email protected]> wrote: > I've been experimenting with the new-ish network switch modules. > > We have a heterogenous network switch inventory. > Not all of our current switches are supported by existing Ansible network > modules, most significantly the Force10/Dell S4810. > > Is there any plan to support the F10 S4810 via an Ansible module? > > A somewhat related question: For switches that do not have Ansible > modules, how much effort does it take to create a new > network module? Where/how would I start on a project like that? > > And what if the switch in question doesn't support an API, (presumably > similar to the Cisco IOS switches)? > For example, at home, I have several Netgear enterprise switches, but they > don't support anything but CLI access/control, AFAICT. > > > -- > 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/6725c761-720a-4238-9569-6b5fd4e4587c%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/6725c761-720a-4238-9569-6b5fd4e4587c%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/CAEkdrMgVJ8hbfx9ZQvn4z3uNv1M%2BqkmLKzmiePFxs5tqLXuEDw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
