ProxyJump Conuguration #2188
Unanswered
ignis-draco
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, I got it to work. It is important that you only use one ssh-key because you can only enter one key in the inventory. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to convert my existing Ansible system to semaphore. I can only reach a few clients via a JumpHost.
Initial situation
From the command line it is not a problem.
ansible-playbook -i host_rsshTest.yml playbooks/ping.yaml
runs successfully.
I have made the communication settings in the
/root/.ssh/config
host_rsshTest.yml
What I have done:
Output
In principle, it must first connect to the rSSHserver computer. There it is possible to connect to the computer rIndianer via the local port 54321. Does anyone have an idea where the error lies with my semaphore configuration?
Beta Was this translation helpful? Give feedback.
All reactions