How can I change my environment if my nodes have different root passwords #271
vasilytray
started this conversation in
Show and tell
Replies: 2 comments 9 replies
-
In addition, having solved the problem of connecting to all nodes by issuing a key (although the original question remains open), I get this picture... PostgreSQL has not risen on any node |
Beta Was this translation helpful? Give feedback.
8 replies
-
please tell me where the IP is specified for Keepalived to install a scheme of type A |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I change my environment if my nodes have different root passwords?
And when I check the connection to other nodes, I naturally get this picture
root@ubuntu22:~/postgresql_cluster# ansible all -m ping 192.168.171.1 | SUCCESS => { "changed": false, "ping": "pong" } 192.168.171.3 | UNREACHABLE! => { "changed": false, "msg": "Data could not be sent to remote host \"192.168.171.3\". Make sure this host can be reached over ssh: ssh: connect to host 192.168.171.3 port 22: No route to host\r\n", "unreachable": true } 192.168.171.2 | UNREACHABLE! => { "changed": false, "msg": "Invalid/incorrect password: Warning: Permanently added '192.168.171.2' (ED25519) to the list of known hosts.\r\nPermission denied, please try again.", "unreachable": true }
Beta Was this translation helpful? Give feedback.
All reactions