You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run script "ansible-playbook -u root -k -i hosts cluster-pgsql.yml -b --diff -vvv"
I get error :
*cluster-pgsql-01.local | UNREACHABLE! => {
"changed": false,
"msg": "SSH Error: data could not be sent to remote host \"10.98.0.210\". Make sure this host can be reached over ssh",
"unreachable": true
}
and for other hosts.
What did I make wrong ?
The text was updated successfully, but these errors were encountered:
Changed hosts as
I set up ssh key and set up authority for root without password on all servers. Removed "ssh.role" from cluster-pgsql.yml :
When I run script "
ansible-playbook -u root -k -i hosts cluster-pgsql.yml -b --diff -vvv
"I get error :
What did I make wrong ?
The text was updated successfully, but these errors were encountered: