| Server IP : 85.214.239.14 / Your IP : 216.73.216.27 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/ansible_collections/cisco/aci/plugins/doc_fragments/ |
Upload File : |
# -*- coding: utf-8 -*-
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
__metaclass__ = type
class ModuleDocFragment(object):
# Standard files documentation fragment
DOCUMENTATION = r"""
options:
owner_key:
description:
- User-defined string for the ownerKey attribute of an ACI object.
- This attribute represents a key for enabling clients to own their data for entity correlation.
- If the value is not specified in the task, the value of environment variable C(ACI_OWNER_KEY) will be used instead.
type: str
owner_tag:
description:
- User-defined string for the ownerTag attribute of an ACI object.
- This attribute represents a tag for enabling clients to add their own data.
- For example, to indicate who created this object.
- If the value is not specified in the task, the value of environment variable C(ACI_OWNER_TAG) will be used instead.
type: str
"""