2025-12-23 21:32:53 +01:00
|
|
|
---
|
|
|
|
|
gitea: none
|
|
|
|
|
include_toc: true
|
|
|
|
|
---
|
|
|
|
|
[🇬🇧 (EN)](README.md) - [🇫🇷 (FR)](README.fr.md)
|
|
|
|
|
|
|
|
|
|
## Generate Ansible inventory
|
|
|
|
|
|
|
|
|
|
> [!NOTE]
|
|
|
|
|
>
|
|
|
|
|
> **Path**: ansible\
|
|
|
|
|
> *`disabled`*\
|
|
|
|
|
> **Disabled**: when the variable "[Select for output](#step.output)" is accessible and hasn't the value "ansible"
|
|
|
|
|
|
|
|
|
|
| Variable | Description | Default value | Type |
|
|
|
|
|
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------|
|
|
|
|
|
| **<a id="ansible.host_namespace" name="ansible.host_namespace">ansible.host_namespace</a>**<br/>**Command line**: --ansible.host_namespace<br/>**Environment variable**: ANSIBLE.HOST_NAMESPACE | Namespace with host values. | hosts | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
|
|
|
|
|
| **<a id="ansible.no_namespace_in_vars" name="ansible.no_namespace_in_vars">ansible.no_namespace_in_vars</a>**<br/>**Command line**: <br/>• --ansible.no_namespace_in_vars<br/>• --ansible.no-no_namespace_in_vars<br/>**Environment variable**: ANSIBLE.NO_NAMESPACE_IN_VARS | Remove namespace name in host vars. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
|
|
|
|
|
| **<a id="ansible.export_warnings" name="ansible.export_warnings">ansible.export_warnings</a>**<br/>**Command line**: <br/>• --ansible.export_warnings<br/>• --ansible.no-export_warnings<br/>**Environment variable**: ANSIBLE.EXPORT_WARNINGS | Displays warnings inside Ansible exportation datas. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
|
|
|
|
|
|
2024-11-27 17:19:30 +01:00
|
|
|
|