Merge pull request #1298 from feteu/patch-1

Update missing host key checking argument in docs/ansible_detailed.rst
pull/1299/head
Alex Willmer 5 months ago committed by GitHub
commit bb18d9e77a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1018,6 +1018,8 @@ Like the :ans:conn:`ssh` except connection delegation is supported.
* ``ansible_ssh_private_key_file``
* ``ansible_ssh_pass``, ``ansible_ssh_password``, ``ansible_password``
(default: assume passwordless)
* ``ansible_ssh_host_key_checking``, ``ansible_host_key_checking`` (default:
:data:`True`)
* ``ssh_args``, ``ssh_common_args``, ``ssh_extra_args``
* ``mitogen_mask_remote_name``: if :data:`True`, mask the identity of the
Ansible controller process on remote machines. To simplify diagnostics,

Loading…
Cancel
Save