Skip to content

Commit

Permalink
update arm jump host proxycommand
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 20, 2019
1 parent 20a396c commit 4021ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ become_user = root
become_method = sudo

[hosts:requireio]
ansible_ssh_common_args = -o ProxyCommand='ssh -i {{ ansible_ssh_private_key_file }} -W %h:%p -p 2222 jump@vagg-arm.nodejs.org'
ansible_ssh_common_args = -o ProxyCommand='ssh -i {{ ansible_ssh_private_key_file }} -p 2222 jump@vagg-arm.nodejs.org nc -q0 %h %p'
become_method = sudo

[hosts:smartos]
Expand Down

0 comments on commit 4021ba5

Please sign in to comment.