����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
a
�)g � @ sR d dl mZmZmZ eZd dlmZ d dlm Z d dlm
Z
dd� Zd
dd �ZdS )� )�absolute_import�division�print_function)�PrefixFactNamespace)�default_collectors)�ansible_collectorc C s | j d }t| |d�S )a compat api for ansible 2.2/2.3 module_utils.facts.get_all_facts method
Expects module to be an instance of AnsibleModule, with a 'gather_subset' param.
returns a dict mapping the bare fact name ('default_ipv4' with no 'ansible_' namespace) to
the fact value.�
gather_subset)r )�params�
ansible_facts)�moduler � r �E/usr/lib/python3.9/site-packages/ansible/module_utils/facts/compat.py�
get_all_facts% s
r Nc C st |p| j �ddg�}| j �dd�}| j �dd�}tg d��}tj}tdd d
�}tj||||||d�}|j| d�}|S )
a� Compat api for ansible 2.0/2.2/2.3 module_utils.facts.ansible_facts method
2.3/2.3 expects a gather_subset arg.
2.0/2.1 does not except a gather_subset arg
So make gather_subsets an optional arg, defaulting to configured DEFAULT_GATHER_TIMEOUT
'module' should be an instance of an AnsibleModule.
returns a dict mapping the bare fact name ('default_ipv4' with no 'ansible_' namespace) to
the fact value.
r �all�gather_timeout�
�filter�*)ZapparmorZcapsZcmdlineZ date_timeZdistributionZdns�envZfips�localZlsbZpkg_mgr�platformZpythonZselinuxZservice_mgrZssh_pub_keys�userZansible� )Znamespace_name�prefix)�all_collector_classes� namespace�filter_specr r �minimal_gather_subset)r ) r �get� frozensetr Z
collectorsr r Zget_ansible_collectorZcollect) r r r r r r r Zfact_collectorZ
facts_dictr r r
r
1 s ��r
)N)
Z
__future__r r r �typeZ
__metaclass__Z$ansible.module_utils.facts.namespacer Zansible.module_utils.factsr r r r
r r r r
�<module> s | Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.cpython-39.opt-1.pyc | File | 378 B | 0644 |
|
| __init__.cpython-39.pyc | File | 378 B | 0644 |
|
| ansible_collector.cpython-39.opt-1.pyc | File | 3.57 KB | 0644 |
|
| ansible_collector.cpython-39.pyc | File | 3.57 KB | 0644 |
|
| collector.cpython-39.opt-1.pyc | File | 8.27 KB | 0644 |
|
| collector.cpython-39.pyc | File | 8.27 KB | 0644 |
|
| compat.cpython-39.opt-1.pyc | File | 2.02 KB | 0644 |
|
| compat.cpython-39.pyc | File | 2.02 KB | 0644 |
|
| default_collectors.cpython-39.opt-1.pyc | File | 5.46 KB | 0644 |
|
| default_collectors.cpython-39.pyc | File | 5.46 KB | 0644 |
|
| namespace.cpython-39.opt-1.pyc | File | 1.45 KB | 0644 |
|
| namespace.cpython-39.pyc | File | 1.45 KB | 0644 |
|
| packages.cpython-39.opt-1.pyc | File | 2.77 KB | 0644 |
|
| packages.cpython-39.pyc | File | 2.77 KB | 0644 |
|
| sysctl.cpython-39.opt-1.pyc | File | 1.1 KB | 0644 |
|
| sysctl.cpython-39.pyc | File | 1.1 KB | 0644 |
|
| timeout.cpython-39.opt-1.pyc | File | 1.55 KB | 0644 |
|
| timeout.cpython-39.pyc | File | 1.55 KB | 0644 |
|
| utils.cpython-39.opt-1.pyc | File | 1.99 KB | 0644 |
|
| utils.cpython-39.pyc | File | 1.99 KB | 0644 |
|