ansible/docs/man/man1
Abhijit Menon-Sen 3ad9b4cba6 Rework additional ssh argument handling
Now we have the following ways to set additional arguments:

1. [ssh_connection]ssh_args in ansible.cfg: global setting, prepended to
   every command line for ssh/scp/sftp. Overrides default ControlPersist
   settings.
2. ansible_ssh_common_args inventory variable. Appended to every command
   line for ssh/scp/sftp. Used in addition to ssh_args, if set above, or
   the default settings.
3. ansible_{sftp,scp,ssh}_extra_args inventory variables. Appended to
   every command line for the relevant binary only. Used in addition to
   #1 and #2, if set above, or the default settings.
3. Using the --ssh-common-args or --{sftp,scp,ssh}-extra-args command
   line options (which are overriden by #2 and #3 above).

This preserves backwards compatibility (for ssh_args in ansible.cfg),
but also permits global settings (e.g. ProxyCommand via _common_args) or
ssh-specific options (e.g. -R via ssh_extra_args).

Fixes #12576
2015-10-02 21:26:25 +05:30
..
ansible-doc.1 Fixing ticket 9845: man pages contain duplicate AUTHOR section 2015-02-08 22:04:18 -06:00
ansible-doc.1.asciidoc.in Update doc, irc and mailing list information in manpages input 2014-02-12 16:02:33 +01:00
ansible-galaxy.1 Re-Generate man pages 2015-05-05 16:55:09 +02:00
ansible-galaxy.1.asciidoc.in Document the --offline parameter to galaxy init 2014-12-09 10:50:10 -08:00
ansible-playbook.1 Add become support for OpenBSD doas 2015-08-17 21:31:18 -04:00
ansible-playbook.1.asciidoc.in Rework additional ssh argument handling 2015-10-02 21:26:25 +05:30
ansible-pull.1 update ansible man1 2015-07-22 09:56:50 +01:00
ansible-pull.1.asciidoc.in Rework additional ssh argument handling 2015-10-02 21:26:25 +05:30
ansible-vault.1 Update ansible-vault manpage to describe new encrypt/decrypt behaviour 2015-08-27 22:04:18 +05:30
ansible-vault.1.asciidoc.in Update ansible-vault manpage to describe new encrypt/decrypt behaviour 2015-08-27 22:04:18 +05:30
ansible.1 Add become support for OpenBSD doas 2015-08-17 21:31:18 -04:00
ansible.1.asciidoc.in Rework additional ssh argument handling 2015-10-02 21:26:25 +05:30