ansible-netmiko-stdlib icon indicating copy to clipboard operation
ansible-netmiko-stdlib copied to clipboard

Ansible modules for deploying to multiple vendors.

Results 6 ansible-netmiko-stdlib issues
Sort by recently updated
recently updated
newest added

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...

feature
in-progress

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...

bug
pending

This issue should document the format and values (including defaults) that will be implemented by #5.

pending
design-doc
documentation

There should be a module for gathering facts from devices that Netmiko supports.

feature
pending

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.

feature
pending
upstream