No description
Find a file
2026-02-11 21:31:55 +01:00
locale fix: user-data-ansible can set a personalise source 2026-02-11 21:31:55 +01:00
src/rougail/user_data_ansible fix: user-data-ansible can set a personalise source 2026-02-11 21:31:55 +01:00
CHANGELOG.md bump: version 0.1.0a4 → 0.1.0a5 2025-11-21 08:02:40 +01:00
LICENSE Initial commit 2024-11-25 10:47:26 +01:00
pyproject.toml bump: version 0.1.0a4 → 0.1.0a5 2025-11-21 08:02:40 +01:00
README.fr.md fix: user-data-ansible can set a personalise source 2026-02-11 21:31:55 +01:00
README.md fix: user-data-ansible can set a personalise source 2026-02-11 21:31:55 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

=============== {}

Load user data from Ansible compatible file

Note

Path: ansible
disabled
Disabled: if ansible is not set in "Select for user datas"

Variable Description Default value Type Access control Validator
ansible.filename
Command line:
--ansible.filename
Environment variable: ANSIBLE.FILENAME
Ansible filename inventory. UNIX filename multiple mandatory disabled
Disabled: if ansible is not set in "Select for user datas"
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 mandatory disabled
Disabled: if ansible is not set in "Select for user datas"
ansible.file_with_secrets
Command line:
--ansible.file_with_secrets
Environment variable: ANSIBLE.FILE_WITH_SECRETS
Ansible files that may contain secrets. all choice mandatory disabled
Disabled: if ansible is not set in "Select for user datas"
Choices:
• all
• first
• last
• none