ansible-netmiko-stdlib
ansible-netmiko-stdlib copied to clipboard
Ansible modules for deploying to multiple vendors.
Have you had any thoughts about implementing a pre-deploy compare? I've been thinking of something to do for one-off FTOS devices (which is pretty cisco-like, but worse). [mpenning/ciscoconfparse](https://github.com/mpenning/ciscoconfparse) seems to...
This module currently modifies the active (running) configuration but does not save it. The module should add a new parameter to save the active configuration to the startup configuration. The...
Hey, If I load a config file that changes the device hostname the prompt name containing the new hostname shows up in the diff file. Example: This is the conf...
This issue should document the format and values (including defaults) that will be implemented by #5.
There should be a module for gathering facts from devices that Netmiko supports.
The recent addition of the `send_command_expect()` method will be faster than the current time-delay factor approach taken with the `send_command()` method.