mirror of https://github.com/ansible/ansible.git
Allow overriding ansible_ssh_extra_args on the command-line
This patch makes it possible to do: ansible somehost -m setup \ --ssh-extra-args '-o ProxyCommand="ssh -W %h:%p -q user@bouncer.example.com"' This overrides the inventory setting, if any, of ansible_ssh_extra_args. Based on a patch originally by @Richard2ndQuadrant.pull/11908/head
parent
b023ace8a8
commit
37c1a5b679
Loading…
Reference in New Issue