Стоит centos 7 desktop
как подключиться к серверу к localhost или 127.0.0.1 как root?
делаю такой запрос
127.0.0.1 ansible_ssh_host=127.0.0.1 ansible_ssh_user=root ansible_ssh_pass=mypass
Выдает ошибку при проверке
127.0.0.1 | UNREACHABLE! => {
"changed": false,
"msg": "Failed to connect to the host via ssh: ssh: connect to host 127.0.0.1 port 22: Connection refused\r\n",
"unreachable": true
}
если добавить
ansible_ssh_port=80
ошибка
Failed to connect to the host via ssh: ssh_exchange_identification: Connection closed by remote host\r\n