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
As an extension of #627, this commit adds the ability to get
`ansible_ssh_common_args` and `ansible_ssh_extra_args` from the configuration
file or environment variables, with the expected precedence:
| Configuration File | Host Variable | Environment |
| --------------------------------------- | ------------------------- | ------------------------- |
| `[ssh_connection]`<br>`ssh_common_args` | `ansible_ssh_common_args` | `ANSIBLE_SSH_COMMON_ARGS` |
| `[ssh_connection]`<br>`ssh_extra_args` | `ansible_ssh_extra_args` | `ANSIBLE_SSH_EXTRA_ARGS` |
Signed-off-by: Benoît Knecht <[email protected]>
0 commit comments