
    Vh                    &    d dl mZ  G d de      Zy)    )annotationsc                      e Zd ZdZy)ModuleDocFragmenta  
options:
    pipelining:
          default: false
          description:
            - Pipelining reduces the number of connection operations required to execute a module on the remote server,
              by executing many Ansible modules without actual file transfers.
            - This can result in a very significant performance improvement when enabled.
            - However this can conflict with privilege escalation (C(become)).
              For example, when using sudo operations you must first disable C(requiretty) in the sudoers file for the target hosts,
              which is why this feature is disabled by default.
          env:
            - name: ANSIBLE_PIPELINING
          ini:
            - section: defaults
              key: pipelining
            - section: connection
              key: pipelining
          type: boolean
          vars:
            - name: ansible_pipelining
N)__name__
__module____qualname__DOCUMENTATION     c/home/dcms/DCMS/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.pyr   r      s	    Mr   r   N)
__future__r   objectr   r
   r   r   <module>r      s    # r   