Hi Dears,
My remote hosts' management port is serial console over LAN.
When connect by ssh manually, I use ops account connect to remote hosts, and then it become the Linux console, I just run ssh command.
Now, I use ansible -m ping to test reachable, it reports:
"Authentication or permission failure. In some cases, you may have been able to authenticate and did not have permissions on the remote directory. Consider changing the remote temp path in ansible.cfg to a path rooted in ...."
yes, it should report this error, because this is not real ssh session, it is console.
is there any method to modify the reachable test command? or do you have any suggestion for serial console over LAN?
Thanks.