����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Copyright: (c) 2019, Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import platform
import sys
from ansible.module_utils.ansible_release import __version__ as ansible_version
def user_agent():
"""Returns a user agent used by ansible-galaxy to include the Ansible version, platform and python version."""
python_version = sys.version_info
return u"ansible-galaxy/{ansible_version} ({platform}; python:{py_major}.{py_minor}.{py_micro})".format(
ansible_version=ansible_version,
platform=platform.system(),
py_major=python_version.major,
py_minor=python_version.minor,
py_micro=python_version.micro,
)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| collection | Folder | 0755 |
|
|
| data | Folder | 0755 |
|
|
| dependency_resolution | Folder | 0755 |
|
|
| __init__.py | File | 2.47 KB | 0644 |
|
| api.py | File | 38.94 KB | 0644 |
|
| role.py | File | 20.61 KB | 0644 |
|
| token.py | File | 6.02 KB | 0644 |
|
| user_agent.py | File | 813 B | 0644 |
|