mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
Make ansible to work with storage nodes through teleport from local box.
This commit is contained in:
@@ -6,5 +6,7 @@ timeout = 30
|
|||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = -F ./ansible.ssh.cfg
|
ssh_args = -F ./ansible.ssh.cfg
|
||||||
scp_if_ssh = True
|
# teleport doesn't support sftp yet https://github.com/gravitational/teleport/issues/7127
|
||||||
|
# and scp neither worked for me
|
||||||
|
transfer_method = piped
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# Remove this once https://github.com/gravitational/teleport/issues/10918 is fixed
|
||||||
|
PubkeyAcceptedAlgorithms +ssh-rsa-cert-v01@openssh.com
|
||||||
|
|
||||||
Host tele.zenith.tech
|
Host tele.zenith.tech
|
||||||
User admin
|
User admin
|
||||||
Port 3023
|
Port 3023
|
||||||
|
|||||||
Reference in New Issue
Block a user