diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 61937c3954..c3aef133de 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1517,6 +1517,22 @@ files: maintainers: russoz docs/docsite/rst/guide_deps.rst: maintainers: russoz + docs/docsite/rst/guide_iocage.rst: + maintainers: russoz felixfontein + docs/docsite/rst/guide_iocage_inventory.rst: + maintainers: vbotka + docs/docsite/rst/guide_iocage_inventory_aliases.rst: + maintainers: vbotka + docs/docsite/rst/guide_iocage_inventory_basics.rst: + maintainers: vbotka + docs/docsite/rst/guide_iocage_inventory_dhcp.rst: + maintainers: vbotka + docs/docsite/rst/guide_iocage_inventory_hooks.rst: + maintainers: vbotka + docs/docsite/rst/guide_iocage_inventory_properties.rst: + maintainers: vbotka + docs/docsite/rst/guide_iocage_inventory_tags.rst: + maintainers: vbotka docs/docsite/rst/guide_modulehelper.rst: maintainers: russoz docs/docsite/rst/guide_online.rst: @@ -1529,22 +1545,6 @@ files: maintainers: russoz docs/docsite/rst/guide_vardict.rst: maintainers: russoz - docs/docsite/rst/guide_iocage.rst: - maintainers: russoz felixfontein - docs/docsite/rst/iocage_inventory_guide.rst: - maintainers: vbotka - docs/docsite/rst/iocage_inventory_guide_aliases.rst: - maintainers: vbotka - docs/docsite/rst/iocage_inventory_guide_basics.rst: - maintainers: vbotka - docs/docsite/rst/iocage_inventory_guide_dhcp.rst: - maintainers: vbotka - docs/docsite/rst/iocage_inventory_guide_hooks.rst: - maintainers: vbotka - docs/docsite/rst/iocage_inventory_guide_properties.rst: - maintainers: vbotka - docs/docsite/rst/iocage_inventory_guide_tags.rst: - maintainers: vbotka docs/docsite/rst/test_guide.rst: maintainers: felixfontein ######################### diff --git a/docs/docsite/rst/guide_iocage.rst b/docs/docsite/rst/guide_iocage.rst index a77a345aca..67eb0e8a99 100644 --- a/docs/docsite/rst/guide_iocage.rst +++ b/docs/docsite/rst/guide_iocage.rst @@ -12,4 +12,4 @@ Iocage Guide .. toctree:: :maxdepth: 1 - iocage_inventory_guide + guide_iocage_inventory diff --git a/docs/docsite/rst/iocage_inventory_guide.rst b/docs/docsite/rst/guide_iocage_inventory.rst similarity index 69% rename from docs/docsite/rst/iocage_inventory_guide.rst rename to docs/docsite/rst/guide_iocage_inventory.rst index 12883c34e0..4a410c35db 100644 --- a/docs/docsite/rst/iocage_inventory_guide.rst +++ b/docs/docsite/rst/guide_iocage_inventory.rst @@ -3,7 +3,7 @@ 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 -.. _ansible_collections.community.general.docsite.guide_iocage.iocage_inventory_guide: +.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory: community.general.iocage inventory plugin ========================================= @@ -17,15 +17,15 @@ See: * `Jails and Containers `_ .. note:: - The output of the examples is YAML formatted. See the option :ansopt:`ansible.bulitin.default#callback:result_format`. + The output of the examples is YAML formatted. See the option :ansopt:`ansible.builtin.default#callback:result_format`. .. toctree:: :caption: Table of Contents :maxdepth: 1 - inventory_guide_iocage_basics - inventory_guide_iocage_dhcp - inventory_guide_iocage_hooks - inventory_guide_iocage_properties - inventory_guide_iocage_tags - inventory_guide_iocage_aliases + guide_iocage_inventory_basics + guide_iocage_inventory_dhcp + guide_iocage_inventory_hooks + guide_iocage_inventory_properties + guide_iocage_inventory_tags + guide_iocage_inventory_aliases diff --git a/docs/docsite/rst/iocage_inventory_guide_aliases.rst b/docs/docsite/rst/guide_iocage_inventory_aliases.rst similarity index 98% rename from docs/docsite/rst/iocage_inventory_guide_aliases.rst rename to docs/docsite/rst/guide_iocage_inventory_aliases.rst index 780907c03b..431403d733 100644 --- a/docs/docsite/rst/iocage_inventory_guide_aliases.rst +++ b/docs/docsite/rst/guide_iocage_inventory_aliases.rst @@ -3,7 +3,7 @@ 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 -.. _ansible_collections.community.general.docsite.guide_iocage.iocage_inventory_guide.iocage_inventory_guide_aliases: +.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory.guide_iocage_inventory_aliases: Aliases ------- diff --git a/docs/docsite/rst/iocage_inventory_guide_basics.rst b/docs/docsite/rst/guide_iocage_inventory_basics.rst similarity index 97% rename from docs/docsite/rst/iocage_inventory_guide_basics.rst rename to docs/docsite/rst/guide_iocage_inventory_basics.rst index f3169346ef..f198edc4f4 100644 --- a/docs/docsite/rst/iocage_inventory_guide_basics.rst +++ b/docs/docsite/rst/guide_iocage_inventory_basics.rst @@ -3,7 +3,7 @@ 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 -.. _ansible_collections.community.general.docsite.guide_iocage.iocage_inventory_guide.iocage_inventory_guide_basics: +.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory.guide_iocage_inventory_basics: Basics ------ diff --git a/docs/docsite/rst/iocage_inventory_guide_dhcp.rst b/docs/docsite/rst/guide_iocage_inventory_dhcp.rst similarity index 98% rename from docs/docsite/rst/iocage_inventory_guide_dhcp.rst rename to docs/docsite/rst/guide_iocage_inventory_dhcp.rst index a3b3c0c3be..3c37366ca6 100644 --- a/docs/docsite/rst/iocage_inventory_guide_dhcp.rst +++ b/docs/docsite/rst/guide_iocage_inventory_dhcp.rst @@ -3,7 +3,7 @@ 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 -.. _ansible_collections.community.general.docsite.guide_iocage.iocage_inventory_guide.iocage_inventory_guide_dhcp: +.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory.guide_iocage_inventory_dhcp: DHCP ---- diff --git a/docs/docsite/rst/iocage_inventory_guide_hooks.rst b/docs/docsite/rst/guide_iocage_inventory_hooks.rst similarity index 98% rename from docs/docsite/rst/iocage_inventory_guide_hooks.rst rename to docs/docsite/rst/guide_iocage_inventory_hooks.rst index 23d4596f66..45364fc798 100644 --- a/docs/docsite/rst/iocage_inventory_guide_hooks.rst +++ b/docs/docsite/rst/guide_iocage_inventory_hooks.rst @@ -3,7 +3,7 @@ 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 -.. _ansible_collections.community.general.docsite.guide_iocage.iocage_inventory_guide.iocage_inventory_guide_hooks: +.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory.guide_iocage_inventory_hooks: Hooks ----- diff --git a/docs/docsite/rst/iocage_inventory_guide_properties.rst b/docs/docsite/rst/guide_iocage_inventory_properties.rst similarity index 98% rename from docs/docsite/rst/iocage_inventory_guide_properties.rst rename to docs/docsite/rst/guide_iocage_inventory_properties.rst index fd0b6e5481..d044f2e7f2 100644 --- a/docs/docsite/rst/iocage_inventory_guide_properties.rst +++ b/docs/docsite/rst/guide_iocage_inventory_properties.rst @@ -3,7 +3,7 @@ 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 -.. _ansible_collections.community.general.docsite.guide_iocage.iocage_inventory_guide.iocage_inventory_guide_properties: +.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory.guide_iocage_inventory_properties: Properties ---------- diff --git a/docs/docsite/rst/iocage_inventory_guide_tags.rst b/docs/docsite/rst/guide_iocage_inventory_tags.rst similarity index 96% rename from docs/docsite/rst/iocage_inventory_guide_tags.rst rename to docs/docsite/rst/guide_iocage_inventory_tags.rst index f73407e80e..afb645198c 100644 --- a/docs/docsite/rst/iocage_inventory_guide_tags.rst +++ b/docs/docsite/rst/guide_iocage_inventory_tags.rst @@ -3,7 +3,7 @@ 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 -.. _ansible_collections.community.general.docsite.guide_iocage.iocage_inventory_guide.iocage_inventory_guide_tags: +.. _ansible_collections.community.general.docsite.guide_iocage.guide_iocage_inventory.guide_iocage_inventory_tags: Tags ----