관리-도구
편집 파일: connection_pipelining.cpython-39.pyc
a �)g� � @ s, d dl mZmZmZ eZG dd� de�ZdS )� )�absolute_import�division�print_functionc @ s e Zd ZdZdS )�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 (become). For example, when using sudo operations you must first disable '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__Z DOCUMENTATION� r r �W/usr/lib/python3.9/site-packages/ansible/plugins/doc_fragments/connection_pipelining.pyr s r N)Z __future__r r r �typeZ __metaclass__�objectr r r r r �<module> s