Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

napalm_get_config module to fetch device configurations #193

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

anirudhkamath
Copy link

This PR introduces a new Ansible module, named napalm_get_config to allow playbooks to fetch device configurations using their platform specific NAPALM driver get_config method.

The module supports the same base options as other NAPALM modules: hostname, username, password, dev_os, provider, timeout, and optional_args, along with 3 other options which are used in the get_config NAPALM method:

  • retrieve
  • full
  • sanitized

and returns back the dict output containing running, startup, and candidate configurations in the result. Example of usage is included in the module docstrings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant