Add missing documentation for ssh_connection.sftp_batch_mode and environment variables

pull/84057/head
heet007 2 months ago
parent 50604e8461
commit ae2e2ccbaa

@ -296,7 +296,9 @@ DOCUMENTATION = '''
version_added: '2.7'
sftp_batch_mode:
default: true
description: 'TODO: write it'
description: '
- If set to C(true), Ansible will use SFTP batch mode for transfers. This can optimize file transfers, particularly for larger files.
- Set to C(false) to disable batch mode and send files one at a time.'
env: [{name: ANSIBLE_SFTP_BATCH_MODE}]
ini:
- {key: sftp_batch_mode, section: ssh_connection}

Loading…
Cancel
Save