-
Notifications
You must be signed in to change notification settings - Fork 49
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
Module is failing to collect facts from OS10 switch. #131
Comments
Hi @SpasGeorgievv, Just now gone the playbook and execution log. The issue was with the playbook. Playbook:
|
Pls find the execution log
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
When trying to gather facts from on OS10 device the module fails. First suspected the MOTD and login banners but it still fails after removing them.
ISSUE TYPE
COMPONENT NAME
os10, os10_facts
ANSIBLE VERSION
config file = /private/etc/ansible/ansible.cfg
configured module search path = ['/Users/gspas/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/Cellar/ansible/5.3.0/libexec/lib/python3.10/site-packages/ansible
ansible collection location = /Users/gspas/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.10.2 (main, Feb 2 2022, 08:42:42) [Clang 13.0.0 (clang-1300.0.29.3)]
jinja version = 3.0.3
libyaml = True
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2021 by Dell Inc. All Rights Reserved.
OS Version: 10.5.2.6
Build Version: 10.5.2.6.337
Build Time: 2021-06-04T11:47:31+0000
System Type: S5224F-ON
Architecture: x86_64
STEPS TO REPRODUCE
When trying to gather the facts from the device and an identical one, the playbook fails. Before that the device is dynamically added to the inventory, but the same behaviour is seen with it being defined statically.
EXPECTED RESULTS
For the playbook to gather facts successfully which will allow for further tasks to be added to configure the device.
ACTUAL RESULTS
The SSH connection fails to the device with not much to go on as to why. Normal SSH via the terminal is fine.
The text was updated successfully, but these errors were encountered: