Closed bacchus21 closed 10 months ago
@bacchus21 Hey, Thanks for reporting the issue, I tested the above issue and seems to work fine for me, could you share more details like how your inventory
and ansible.cfg
looks like, could you also share the playbook you ran.
Edit; could you add a connection timeout and command timeout in your ansible.cfg and tell me if that works, After testing at my end everything seems to be working fine.
[persistent_connection]
connect_timeout = 200
command_timeout = 200
hello , any one can help , i face the same exact issue
@mohamedmostafaabdelghany, I've responded to your post on the Ansible forum regarding your issue. Regarding the matter with @bacchus21, after numerous tests, I couldn't replicate the issue, so I'll be closing this issue. Feel free to contact me on the Ansible community forum if you need further assistance.
Dears, Please don’t close the case i will try the solution and feedback tomorrow
Sent from Yahoo Mail for iPhone
On Friday, December 29, 2023, 11:55 AM, Vinay M @.***> wrote:
Closed #978 as completed.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Dears, Please don’t close the case i will try the solution and feedback tomorrow
Sent from Yahoo Mail for iPhone
On Friday, December 29, 2023, 11:55 AM, Vinay M @.***> wrote:
Closed #978 as completed.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Hey, this is not an actual issue with the collection, hence i have closed it, i will still reply to your concern if you are stuck.
For those who have been still experiencing this problem, changing ansible ssh method from paramiko to ansible-pylibssh fixed the problem for me
dfg
changing ansible ssh method from paramiko to ansible-pylibssh fixed the problem for me
the same for me ...thank you so much for the hint !!!!!!
SUMMARY
Hello, All
I’m trying to run one of my playbooks toward Cisco IOS devices. Manual login to the device with the user password ssh -l user1 OOOO-XXX-SW03 is working fine. But not sure why the same password is not getting through when I run playbook.
Does anyone have clue or similar experience? Any comments/feedback are welcomed. Thank you in advance.
Regards
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
RHEL9
STEPS TO REPRODUCE
Described above.
EXPECTED RESULTS
TASK [Check enable secret is configured] *** SUCCESS
ACTUAL RESULTS