Use FQCN for core doc fragments (#11897)

Use FQCN for core doc fragments.
This commit is contained in:
Felix Fontein
2026-04-20 15:12:51 +02:00
committed by GitHub
parent 6b5bf0a0bc
commit bbf98ea141
8 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ description:
The primary IP address is defined as the management interface if defined, or the interface who's DNS name matches the
hostname of the system, or else the first interface found.
extends_documentation_fragment:
- inventory_cache
- ansible.builtin.inventory_cache
options:
plugin:
description: The name of this plugin, it should always be set to V(community.general.cobbler) for this plugin to recognize

View File

@@ -13,7 +13,7 @@ short_description: Ansible dynamic inventory plugin for GitLab runners
requirements:
- python-gitlab > 1.8.0
extends_documentation_fragment:
- constructed
- ansible.builtin.constructed
description:
- Reads inventories from the GitLab API.
- Uses a YAML configuration file gitlab_runners.[yml|yaml].

View File

@@ -14,7 +14,7 @@ description:
- Get inventory hosts from the Icinga2 API.
- Uses a configuration file as an inventory source, it must end in C(.icinga2.yml) or C(.icinga2.yaml).
extends_documentation_fragment:
- constructed
- ansible.builtin.constructed
options:
strict:
version_added: 4.4.0

View File

@@ -17,8 +17,8 @@ description:
- Linode labels are used by default as the hostnames.
- The default inventory groups are built from groups (deprecated by Linode) and not tags.
extends_documentation_fragment:
- constructed
- inventory_cache
- ansible.builtin.constructed
- ansible.builtin.inventory_cache
options:
cache:
version_added: 4.5.0

View File

@@ -11,8 +11,8 @@ short_description: Uses nmap to find hosts to target
description:
- Uses a YAML configuration file with a valid YAML extension.
extends_documentation_fragment:
- constructed
- inventory_cache
- ansible.builtin.constructed
- ansible.builtin.inventory_cache
requirements:
- nmap CLI installed
options:

View File

@@ -11,7 +11,7 @@ author:
short_description: OpenNebula inventory source
version_added: "3.8.0"
extends_documentation_fragment:
- constructed
- ansible.builtin.constructed
description:
- Get inventory hosts from OpenNebula cloud.
- Uses an YAML configuration file ending with either C(opennebula.yml) or C(opennebula.yaml) to set parameter values.

View File

@@ -16,8 +16,8 @@ description:
- A separate parameter, O(enable_advanced_group_parsing) is exposed to change grouping behaviour. See the parameter documentation
for details.
extends_documentation_fragment:
- constructed
- inventory_cache
- ansible.builtin.constructed
- ansible.builtin.inventory_cache
options:
plugin:
description: Token that ensures this is a source file for the P(community.general.virtualbox#inventory) plugin.

View File

@@ -17,8 +17,8 @@ description:
- Get inventory hosts from a Xen Orchestra deployment.
- Uses a configuration file as an inventory source, it must end in C(.xen_orchestra.yml) or C(.xen_orchestra.yaml).
extends_documentation_fragment:
- constructed
- inventory_cache
- ansible.builtin.constructed
- ansible.builtin.inventory_cache
options:
plugin:
description: The name of this plugin, it should always be set to V(community.general.xen_orchestra) for this plugin to