Closed johnyb0y closed 5 months ago
Something else I've noticed now: In my Environment "Global" I'm seeing this:
I can then click on ANSIBLE_HOST_KEY_CHECKING=FALSE, which removes the Strikethrough. After saving it stays that way.
But I'm still encountering the same issue. Thank you.
I have the exact same problem,
if the server is using password ( the invertory is set properly as password ) ssh connection tries to connect using public key instead of password and fails as unreachable.
The same happens when using ansible_ssh_pass or ansible_password as an argument and variable. Nothings is working
Same issue here
ya i same setup and encouter same problem too
9:04:18 AM TASK [Gathering Facts] ***** 9:04:20 AM fatal: [xxx]: UNREACHABLE! => changed=false 9:04:20 AM msg: 'Failed to connect to the host via ssh: xxx@xxx: Permission denied (publickey,password).' 9:04:20 AM unreachable: true
ya i same setup and encouter same problem too
9:04:18 AM TASK [Gathering Facts] ***** 9:04:20 AM fatal: [xxx]: UNREACHABLE! => changed=false 9:04:20 AM msg: 'Failed to connect to the host via ssh: xxx@xxx: Permission denied (publickey,password).' 9:04:20 AM unreachable: true
i downgrade back to v2.9.112 and it's back to normal
Hi @johnyb0y , @umiseaz please try latest beta (2.10.5-beta).
Hi @fiftin, thanks for your reply. Tested with 2.10.5-beta:
Sadly, no change:
12:57:32 PM
fatal: [192.168.1.6]: UNREACHABLE! => changed=false
12:57:32 PM
msg: 'Failed to connect to the host via ssh: johnyb0y@192.168.1.6: Permission denied (publickey,password).'
12:57:32 PM
unreachable: true
Same here
@johnyb0y , @Menschomat thank you! Reproduced the issue, fixing.
@johnyb0y , @Menschomat thank you! Reproduced the issue, fixing.
@fiftin Confirmed working again with v2.10.6-beta
. Thank you!
It is fixed in v2.10.6-beta but the issue reappears in v2.10.7
@Goldenflamer Works fine for me on 2.10.7:
1:09:39 PM
PLAY RECAP *********************************************************************
1:09:39 PM
192.168.1.6 : ok=6 changed=1 unreachable=0 failed=0
ah I think I didn't delete the old latest tag image, my bad sorry
Issue
Hello everyone, this is just to let you know that I ran into this issue after updating to v2.10.2:
ANSIBLE_HOST_KEY_CHECKING: false
and I'm authenticating to my hosts via username/password. This has worked flawlessly before.-vvvv
, swapped some privacy details like username.Please let me know if there's anything else I can do to debug this.
Thank you!
Impact
Ansible (task execution)
Installation method
Docker
Database
Postgres
Browser
No response
Semaphore Version
v2.10.2-cc91501-1718257299
Ansible Version
No response
Logs & errors
Manual installation - system information
No response
Configuration
No response
Additional information
No response