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
i'm new and have no experience with ansible/semaphore but i wanted to try it out.
I'm stuck with our current setup which needs for all connections to use a ssh jump host, where i authenticate with UserJ and PasswordJ.
On the target itself, i need to authenticate with UserT and PasswordT
How can i configure this? Both should be saved in the keystore.
i have red about some extra args like
ansible_ssh_common_args='-J root@jump.host'
or
ansible_paramiko_proxy_command: '-o ProxyCommand="ssh -W %h:%p -q bastion01"'
but how do i get username and passwort from the key store into the arg? And how to setup to always use the jump host?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
i'm new and have no experience with ansible/semaphore but i wanted to try it out.
I'm stuck with our current setup which needs for all connections to use a ssh jump host, where i authenticate with UserJ and PasswordJ.
On the target itself, i need to authenticate with UserT and PasswordT
How can i configure this? Both should be saved in the keystore.
i have red about some extra args like
ansible_ssh_common_args='-J root@jump.host'
or
ansible_paramiko_proxy_command: '-o ProxyCommand="ssh -W %h:%p -q bastion01"'
but how do i get username and passwort from the key store into the arg? And how to setup to always use the jump host?
Beta Was this translation helpful? Give feedback.
All reactions