--- 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 | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------| | **ansible.host_namespace**
**Command line**: --ansible.host_namespace
**Environment variable**: ANSIBLE.HOST_NAMESPACE | Namespace with host values. | hosts | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | **ansible.no_namespace_in_vars**
**Command line**:
• --ansible.no_namespace_in_vars
• --ansible.no-no_namespace_in_vars
**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` | | **ansible.export_warnings**
**Command line**:
• --ansible.export_warnings
• --ansible.no-export_warnings
**Environment variable**: ANSIBLE.EXPORT_WARNINGS | Displays warnings inside Ansible exportation datas. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |