--- gitea: none include_toc: true --- [🇬🇧 (EN)](README.md) - [🇫🇷 (FR)](README.fr.md) =============== {} ## Load user data from Ansible compatible file > [!NOTE] > > **Path**: ansible\ > *`disabled`*\ > **Disabled**: if ansible is not set in "[Select for user datas](#step.user_data)" | Variable | Description | Default value | Type | Access control | Validator | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|-----------------|------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------| | **ansible.filename**
**Command line**:
--ansible.filename
**Environment variable**: ANSIBLE.FILENAME | Ansible filename inventory. | | [`UNIX filename`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `mandatory` | *`disabled`*
**Disabled**: if ansible is not set in "[Select for user datas](#step.user_data)" | `unique`
• this filename could be a relative path
• this file must exist
• file type allowed: "file". | | **ansible.secret**
**Command line**:
--ansible.secret
**Environment variable**: ANSIBLE.SECRET | Secret to decrypt file. | | [`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | *`disabled`*
**Disabled**: if ansible is not set in "[Select for user datas](#step.user_data)" | | | **ansible.file_with_secrets**
**Command line**:
--ansible.file_with_secrets
**Environment variable**: ANSIBLE.FILE_WITH_SECRETS | Ansible files that may contain secrets. | all | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | *`disabled`*
**Disabled**: if ansible is not set in "[Select for user datas](#step.user_data)" | **Choices**:
• all
• first
• last
• none |