Document personal usecase

This commit is contained in:
southerntofu 2020-04-17 04:18:48 +02:00
parent 83a34d8325
commit 00584a7de7
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ $ ./demo.sh -v
# FAQ
## What's your use-case?
Some people may argue it's pointless to translate a playbook: you wrote it so you can understand it, right? However, not everyone writes their own playbooks! I'm currently working on Ansible-based declarative configuration for a [french-speaking tilde server](https://tildegit.org/tilde-fr/infra) and i would like english speakers (and others) to be able to fork our server, and run our playbook in their own language!
I don't think someone should have to learn ansible (or awk for that matter) to selfhost a server, and i also don't think they should have to learn a foreign language to understand what's happening on their machine. That's my usecase.
## How do i use a default language as fallback?
Short answer: Define the LANG environment variable properly. If you need to do it for one command only, then just type `LANG=fr` before your ansible command.