Hacker News new | past | comments | ask | show | jobs | submit login

Well, some frameworks use yaml for config files and you might use ansible to write those.

That said the templating is usually trivial, just maybe write some string values.




I’ve done it. It’s painful enough that it teaches you “don’t do this!”. For example, you need to escape `{{ item }}` as `{{ "{{" }} item {{ "}}" }}`!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: