관리-도구
편집 파일: host_pinned.cpython-39.opt-1.pyc
a �)g� � @ sN d dl mZmZmZ eZdZd dlmZ d dl mZ e� ZG dd� de �ZdS )� )�absolute_import�division�print_functiona# name: host_pinned short_description: Executes tasks on each host without interruption description: - Task execution is as fast as possible per host in batch as defined by C(serial) (default all). Ansible will not start a play for a host unless the play can be finished without interruption by tasks for another host, i.e. the number of hosts with an active play does not exceed the number of forks. Ansible will not wait for other hosts to finish the current task before queuing the next task for a host that has finished. Once a host is done with the play, it opens it's slot to a new host that was waiting to start. Other than that, it behaves just like the "free" strategy. version_added: "2.7" author: Ansible Core Team )�StrategyModule)�Displayc s e Zd Z� fdd�Z� ZS )r c s t t| ��|� d| _d S )NT)�superr �__init__Z_host_pinned)�selfZtqm�� __class__� �H/usr/lib/python3.9/site-packages/ansible/plugins/strategy/host_pinned.pyr + s zStrategyModule.__init__)�__name__� __module__�__qualname__r � __classcell__r r r r r ) s r N) Z __future__r r r �typeZ __metaclass__Z DOCUMENTATIONZansible.plugins.strategy.freer ZFreeStrategyModuleZansible.utils.displayr Zdisplayr r r r �<module> s