No description
Find a file
2026-01-14 14:25:45 +01:00
locale feat: gen doc of ansible type 2026-01-14 14:25:35 +01:00
src/rougail/output_ansible bump: version 0.2.0a21 → 0.2.0a22 2026-01-14 14:25:45 +01:00
tests feat: gen doc of ansible type 2026-01-14 14:25:35 +01:00
CHANGELOG.md bump: version 0.2.0a21 → 0.2.0a22 2026-01-14 14:25:45 +01:00
LICENSE fix: first commit 2024-11-27 17:31:20 +01:00
pyproject.toml bump: version 0.2.0a21 → 0.2.0a22 2026-01-14 14:25:45 +01:00
README.fr.md feat: gen doc of ansible type 2026-01-14 14:25:35 +01:00
README.md feat: gen doc of ansible type 2026-01-14 14:25:35 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Generate Ansible inventory

Note

Path: ansible
disabled
Disabled: when the variable "Select for output" is accessible and hasn't the value "ansible"

Variable Description Default value Type Validator
ansible.output
Command line:
--ansible.output
Environment variable: ANSIBLE.OUTPUT
Output type. inventory choice mandatory Choices:
• inventory
• doc

Doc configuration

Note

Path: ansible.doc
disabled
Disabled: when the variable "Output type" hasn't the value "doc"

Variable Description Default value Type Validator
ansible.doc.author
Command line:
--ansible.doc.author
Environment variable: ANSIBLE.DOC.AUTHOR
Ansible author name. string mandatory
ansible.doc.output_format
Command line:
--ansible.doc.output_format
Environment variable: ANSIBLE.DOC.OUTPUT_FORMAT
The output format of the generated documentation. console choice mandatory Choices:
• console
• asciidoc
• html
• github
• gitlab
• json

Inventory configuration

Note

Path: ansible.inventory
disabled
Disabled: when the variable "Output type" hasn't the value "inventory"

Variable Description Default value Type
ansible.inventory.host_namespace
Command line:
--ansible.inventory.host_namespace
Environment variable: ANSIBLE.INVENTORY.HOST_NAMESPACE
Namespace with host values. hosts string mandatory
ansible.inventory.no_namespace_in_vars
Command line:
• --ansible.inventory.no_namespace_in_vars
• --ansible.inventory.no-no_namespace_in_vars
Environment variable: ANSIBLE.INVENTORY.NO_NAMESPACE_IN_VARS
Remove namespace name in host vars. false boolean mandatory
ansible.inventory.export_warnings
Command line:
• --ansible.inventory.export_warnings
• --ansible.inventory.no-export_warnings
Environment variable: ANSIBLE.INVENTORY.EXPORT_WARNINGS
Displays warnings inside Ansible exportation datas. true boolean mandatory