mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Use FQCN for core doc fragments (#11897)
Use FQCN for core doc fragments.
This commit is contained in:
@@ -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
|
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.
|
hostname of the system, or else the first interface found.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- inventory_cache
|
- ansible.builtin.inventory_cache
|
||||||
options:
|
options:
|
||||||
plugin:
|
plugin:
|
||||||
description: The name of this plugin, it should always be set to V(community.general.cobbler) for this plugin to recognize
|
description: The name of this plugin, it should always be set to V(community.general.cobbler) for this plugin to recognize
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ short_description: Ansible dynamic inventory plugin for GitLab runners
|
|||||||
requirements:
|
requirements:
|
||||||
- python-gitlab > 1.8.0
|
- python-gitlab > 1.8.0
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- constructed
|
- ansible.builtin.constructed
|
||||||
description:
|
description:
|
||||||
- Reads inventories from the GitLab API.
|
- Reads inventories from the GitLab API.
|
||||||
- Uses a YAML configuration file gitlab_runners.[yml|yaml].
|
- Uses a YAML configuration file gitlab_runners.[yml|yaml].
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ description:
|
|||||||
- Get inventory hosts from the Icinga2 API.
|
- 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).
|
- Uses a configuration file as an inventory source, it must end in C(.icinga2.yml) or C(.icinga2.yaml).
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- constructed
|
- ansible.builtin.constructed
|
||||||
options:
|
options:
|
||||||
strict:
|
strict:
|
||||||
version_added: 4.4.0
|
version_added: 4.4.0
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ description:
|
|||||||
- Linode labels are used by default as the hostnames.
|
- Linode labels are used by default as the hostnames.
|
||||||
- The default inventory groups are built from groups (deprecated by Linode) and not tags.
|
- The default inventory groups are built from groups (deprecated by Linode) and not tags.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- constructed
|
- ansible.builtin.constructed
|
||||||
- inventory_cache
|
- ansible.builtin.inventory_cache
|
||||||
options:
|
options:
|
||||||
cache:
|
cache:
|
||||||
version_added: 4.5.0
|
version_added: 4.5.0
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ short_description: Uses nmap to find hosts to target
|
|||||||
description:
|
description:
|
||||||
- Uses a YAML configuration file with a valid YAML extension.
|
- Uses a YAML configuration file with a valid YAML extension.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- constructed
|
- ansible.builtin.constructed
|
||||||
- inventory_cache
|
- ansible.builtin.inventory_cache
|
||||||
requirements:
|
requirements:
|
||||||
- nmap CLI installed
|
- nmap CLI installed
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ author:
|
|||||||
short_description: OpenNebula inventory source
|
short_description: OpenNebula inventory source
|
||||||
version_added: "3.8.0"
|
version_added: "3.8.0"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- constructed
|
- ansible.builtin.constructed
|
||||||
description:
|
description:
|
||||||
- Get inventory hosts from OpenNebula cloud.
|
- 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.
|
- Uses an YAML configuration file ending with either C(opennebula.yml) or C(opennebula.yaml) to set parameter values.
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ description:
|
|||||||
- A separate parameter, O(enable_advanced_group_parsing) is exposed to change grouping behaviour. See the parameter documentation
|
- A separate parameter, O(enable_advanced_group_parsing) is exposed to change grouping behaviour. See the parameter documentation
|
||||||
for details.
|
for details.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- constructed
|
- ansible.builtin.constructed
|
||||||
- inventory_cache
|
- ansible.builtin.inventory_cache
|
||||||
options:
|
options:
|
||||||
plugin:
|
plugin:
|
||||||
description: Token that ensures this is a source file for the P(community.general.virtualbox#inventory) plugin.
|
description: Token that ensures this is a source file for the P(community.general.virtualbox#inventory) plugin.
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ description:
|
|||||||
- Get inventory hosts from a Xen Orchestra deployment.
|
- 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).
|
- Uses a configuration file as an inventory source, it must end in C(.xen_orchestra.yml) or C(.xen_orchestra.yaml).
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- constructed
|
- ansible.builtin.constructed
|
||||||
- inventory_cache
|
- ansible.builtin.inventory_cache
|
||||||
options:
|
options:
|
||||||
plugin:
|
plugin:
|
||||||
description: The name of this plugin, it should always be set to V(community.general.xen_orchestra) for this plugin to
|
description: The name of this plugin, it should always be set to V(community.general.xen_orchestra) for this plugin to
|
||||||
|
|||||||
Reference in New Issue
Block a user