mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f6349578c6
CmdRunner guide (#8592)
* initial commit
* wip
* WIP
* progressing
* remove copied part
* progressing
* document as_func()
* complete docs about arg formatting
* add PythonRunner documentation
* fix markup
* improve markup
* multiple changes
- revamp the cmd_runner_fmt doc
- add CmdRunner instance and context parameters
- changed formatting of other blocks
* fix typo + reduce tables sizes
* improve text
* fixes and adjustments
* fix sanity
* fix version added
(cherry picked from commit b0797d329c
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
21 lines
508 B
YAML
21 lines
508 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
|