|
|
|
|
|
by geerlingguy
2045 days ago
|
|
If you don't try throwing tons of logic in the YAML (and build a module or plugin where needed to keep that logic out of the YAML), then your playbooks are 99% of the time simple YAML lists and dicts. The hardest thing for some people seems to be whitespace issues, but that can be resolved easily enough by integrating a linter into your environment, or minimally showing whitespace characters in your editor. |
|
Even allowing a playbook to opt out of the default delimiters in the same way one can in a template file[1] would allow a transition out of that mess
1 = https://docs.ansible.com/ansible/2.10/collections/ansible/bu...