Make ansible to work with storage nodes through teleport from local box.

This commit is contained in:
Arseny Sher
2022-07-01 13:42:56 +04:00
parent f09c09438a
commit cadaca010c
2 changed files with 6 additions and 1 deletions

View File

@@ -6,5 +6,7 @@ timeout = 30
[ssh_connection]
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

View File

@@ -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
User admin
Port 3023