mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
04f36f0bac
ModuleHelper guide (#8771)
* initial commit
* fix initial version
* add quickstart and high-level outline
* MH guide progress
* MH guide progress (up to params,vars,output)
* adjustments
* MH guide progress (up to handling changes)
* MH guide progress (up to Exceptions)
* typo
* change section from note to important
* MH guide progress (added StateModuleHelper)
* minor improvement
* MH guide progress (added decorators)
* typo
* minor adjustments
* remove line
* complete MH guide
* adjustments
* adjustments
* change paragraph into seealso
* rearrange sections, plus wordsmithing
* adjustments
* wordsmithing
* fix references
(cherry picked from commit e3a3c6d58f
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
22 lines
535 B
YAML
22 lines
535 B
YAML
---
|
|
# Copyright (c) Ansible Project
|
|
# 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
|
|
|
|
sections:
|
|
- title: Guides
|
|
toctree:
|
|
- filter_guide
|
|
- test_guide
|
|
- title: Cloud Guides
|
|
toctree:
|
|
- guide_alicloud
|
|
- guide_online
|
|
- guide_packet
|
|
- guide_scaleway
|
|
- title: Developer Guides
|
|
toctree:
|
|
- guide_deps
|
|
- guide_vardict
|
|
- guide_cmdrunner
|
|
- guide_modulehelper
|