|
|
|
@ -19,6 +19,8 @@ DOCUMENTATION = '''
|
|
|
|
- connection_pipelining
|
|
|
|
- connection_pipelining
|
|
|
|
version_added: historical
|
|
|
|
version_added: historical
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
|
|
|
|
- This plugin is mostly a wrapper to the ``ssh`` CLI utility and the exact behavior of the options depends on this tool.
|
|
|
|
|
|
|
|
This means that the documentation provided here is subject to be overridden by the CLI tool itself.
|
|
|
|
- Many options default to V(None) here but that only means we do not override the SSH tool's defaults and/or configuration.
|
|
|
|
- Many options default to V(None) here but that only means we do not override the SSH tool's defaults and/or configuration.
|
|
|
|
For example, if you specify the port in this plugin it will override any C(Port) entry in your C(.ssh/config).
|
|
|
|
For example, if you specify the port in this plugin it will override any C(Port) entry in your C(.ssh/config).
|
|
|
|
- The ssh CLI tool uses return code 255 as a 'connection error', this can conflict with commands/tools that
|
|
|
|
- The ssh CLI tool uses return code 255 as a 'connection error', this can conflict with commands/tools that
|
|
|
|
@ -35,7 +37,7 @@ DOCUMENTATION = '''
|
|
|
|
- name: delegated_vars['ansible_host']
|
|
|
|
- name: delegated_vars['ansible_host']
|
|
|
|
- name: delegated_vars['ansible_ssh_host']
|
|
|
|
- name: delegated_vars['ansible_ssh_host']
|
|
|
|
host_key_checking:
|
|
|
|
host_key_checking:
|
|
|
|
description: Determines if SSH should check host keys.
|
|
|
|
description: Determines if SSH should reject or not a connection after checking host keys.
|
|
|
|
default: True
|
|
|
|
default: True
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
ini:
|
|
|
|
ini:
|
|
|
|
|