Module Parameter Defaults (or Module Shortcut/Alias) ?

Hello List,

is it possible to set defaults for the parameters of a module? Or create a shortcut/alias?

For example if I have to execute several uri calls with the same url. In case they are next
to each other you can use a loop but otherwise you have to specify the same parameters
again and again.

Thanks,
Dennis Benzinger | hybris

This is technically feasible now, but it isn’t specifically ansible functionality, instead it is YAML functionality. Here is an example playbook that displays how this works: