We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes this does not complete in the allocated 10 seconds (will be even worse with a large number of interfaces).
Should probably increase to 30 or 60 seconds.
The text was updated successfully, but these errors were encountered:
For some reason, could not reproduce in straight Python, only in napalm-ansible?
Sorry, something went wrong.
This playbook sometimes fails:
--- - name: napalm nxos_ssh hosts: nxos1 gather_facts: False tasks: - name: Retrieve get_facts, get_interfaces napalm.napalm.get_facts: filter: facts,interfaces dev_os: nxos_ssh - ansible.builtin.debug: var: napalm_facts
No branches or pull requests
Sometimes this does not complete in the allocated 10 seconds (will be even worse with a large number of interfaces).
Should probably increase to 30 or 60 seconds.
The text was updated successfully, but these errors were encountered: