Ansible SSH Error during ping -


i have problem ansible when ping have ssh error:

for ping:

10.44.23.212 | failed ! => {    "changed": false,    "failed": true    "module_stderr": connection 10.44.23.212 closed remote hosts.      "module_stdout": "ssh command execution not supported",      "msg": "module failure",      "rc": 0 } 

i have put in hosts file ip, ansible_ssh_pass , ansible_ssh_user.

but can ping , connect ssh prompt. try on switch hp procurve/arubaos, @ last want create auto backup of switch config. have try lot of things fix nothing works.

someone know how fix ?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -