����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# -*- coding: utf-8 -*-
# Copyright (c) 2017-18, Ansible Project
# Copyright (c) 2017-18, Abhijeet Kasurde (akasurde@redhat.com)
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
class ModuleDocFragment(object):
# Parameters for FreeIPA/IPA modules
DOCUMENTATION = r'''
options:
ipa_port:
description:
- Port of FreeIPA / IPA server.
- If the value is not specified in the task, the value of environment variable C(IPA_PORT) will be used instead.
- If both the environment variable C(IPA_PORT) and the value are not specified in the task, then default value is set.
- Environment variable fallback mechanism is added in Ansible 2.5.
type: int
default: 443
ipa_host:
description:
- IP or hostname of IPA server.
- If the value is not specified in the task, the value of environment variable C(IPA_HOST) will be used instead.
- If both the environment variable C(IPA_HOST) and the value are not specified in the task, then DNS will be used to try to discover the FreeIPA server.
- The relevant entry needed in FreeIPA is the 'ipa-ca' entry.
- If neither the DNS entry, nor the environment C(IPA_HOST), nor the value are available in the task, then the default value will be used.
- Environment variable fallback mechanism is added in Ansible 2.5.
type: str
default: ipa.example.com
ipa_user:
description:
- Administrative account used on IPA server.
- If the value is not specified in the task, the value of environment variable C(IPA_USER) will be used instead.
- If both the environment variable C(IPA_USER) and the value are not specified in the task, then default value is set.
- Environment variable fallback mechanism is added in Ansible 2.5.
type: str
default: admin
ipa_pass:
description:
- Password of administrative user.
- If the value is not specified in the task, the value of environment variable C(IPA_PASS) will be used instead.
- Note that if the 'urllib_gssapi' library is available, it is possible to use GSSAPI to authenticate to FreeIPA.
- If the environment variable C(KRB5CCNAME) is available, the module will use this kerberos credentials cache to authenticate to the FreeIPA server.
- If the environment variable C(KRB5_CLIENT_KTNAME) is available, and C(KRB5CCNAME) is not; the module will use this kerberos keytab to authenticate.
- If GSSAPI is not available, the usage of 'ipa_pass' is required.
- Environment variable fallback mechanism is added in Ansible 2.5.
type: str
ipa_prot:
description:
- Protocol used by IPA server.
- If the value is not specified in the task, the value of environment variable C(IPA_PROT) will be used instead.
- If both the environment variable C(IPA_PROT) and the value are not specified in the task, then default value is set.
- Environment variable fallback mechanism is added in Ansible 2.5.
type: str
choices: [ http, https ]
default: https
validate_certs:
description:
- This only applies if C(ipa_prot) is I(https).
- If set to C(false), the SSL certificates will not be validated.
- This should only set to C(false) used on personally controlled sites using self-signed certificates.
type: bool
default: true
ipa_timeout:
description:
- Specifies idle timeout (in seconds) for the connection.
- For bulk operations, you may want to increase this in order to avoid timeout from IPA server.
- If the value is not specified in the task, the value of environment variable C(IPA_TIMEOUT) will be used instead.
- If both the environment variable C(IPA_TIMEOUT) and the value are not specified in the task, then default value is set.
type: int
default: 10
'''
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| alicloud.py | File | 4.96 KB | 0644 |
|
| attributes.py | File | 2.37 KB | 0644 |
|
| auth_basic.py | File | 874 B | 0644 |
|
| bitbucket.py | File | 1.55 KB | 0644 |
|
| dimensiondata.py | File | 1.66 KB | 0644 |
|
| dimensiondata_wait.py | File | 1 KB | 0644 |
|
| emc.py | File | 1.26 KB | 0644 |
|
| gitlab.py | File | 834 B | 0644 |
|
| hpe3par.py | File | 963 B | 0644 |
|
| hwc.py | File | 2.13 KB | 0644 |
|
| ibm_storage.py | File | 1.06 KB | 0644 |
|
| influxdb.py | File | 2.4 KB | 0644 |
|
| ipa.py | File | 3.86 KB | 0644 |
|
| keycloak.py | File | 1.96 KB | 0644 |
|
| ldap.py | File | 3.04 KB | 0644 |
|
| lxca_common.py | File | 1.05 KB | 0644 |
|
| manageiq.py | File | 1.72 KB | 0644 |
|
| nomad.py | File | 1.25 KB | 0644 |
|
| oneview.py | File | 2.98 KB | 0644 |
|
| online.py | File | 1.3 KB | 0644 |
|
| opennebula.py | File | 1.54 KB | 0644 |
|
| openswitch.py | File | 3.45 KB | 0644 |
|
| oracle.py | File | 5.04 KB | 0644 |
|
| oracle_creatable_resource.py | File | 1.24 KB | 0644 |
|
| oracle_display_name_option.py | File | 615 B | 0644 |
|
| oracle_name_option.py | File | 591 B | 0644 |
|
| oracle_tags.py | File | 1.04 KB | 0644 |
|
| oracle_wait_options.py | File | 1.14 KB | 0644 |
|
| pritunl.py | File | 1.26 KB | 0644 |
|
| proxmox.py | File | 1.71 KB | 0644 |
|
| purestorage.py | File | 1.75 KB | 0644 |
|
| rackspace.py | File | 3.79 KB | 0644 |
|
| redis.py | File | 1.76 KB | 0644 |
|
| rundeck.py | File | 775 B | 0644 |
|
| scaleway.py | File | 1.44 KB | 0644 |
|
| scaleway_waitable_resource.py | File | 887 B | 0644 |
|
| utm.py | File | 1.72 KB | 0644 |
|
| vexata.py | File | 1.54 KB | 0644 |
|
| xenserver.py | File | 1.54 KB | 0644 |
|