What would be really useful would be a list of ansible keywords with an explanation of syntax and usage for each one.
I don’t mean a glossary or a list of modules, but things like with_items:, when:, name: and notify: and so on.
The documentation for ansible is pretty good, but it could do with this. I had a look through the code to see if it had something like a dispatch list, but no luck - the keywords are dispersed throughout the code as far as I can tell.
Even something like the insanely complete list would be enough, though that file is seriously out of date (it uses the old ${} syntax for variables).
So, what about it? Can we get one?
I’ll help in any way I can.