6 lines
148 B
Text
6 lines
148 B
Text
|
#
|
||
|
# An example how to proxy your ansible commands. Rename and use.
|
||
|
#
|
||
|
---
|
||
|
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q user@vmserver"'
|