2016-02-25 22:41:50 +01:00
Directives Glossary
===================
2016-02-29 23:52:40 +01:00
Here we list the common playbook objects and their directives.
2016-02-25 22:41:50 +01:00
Note that not all directives affect the object itself and might just be there to be inherited by other contained objects.
2016-02-26 22:18:55 +01:00
Aliases for the directives are not reflected here, nor are mutable ones, for example `action` in task can be substituted by the name of any module plugin.
2016-02-25 22:41:50 +01:00
.. contents::
:local:
:depth: 1
2016-02-26 22:18:55 +01:00
{% for name in clist %}
2016-02-25 22:41:50 +01:00
{{ name }}
{{ '-' * name|length }}
2016-02-26 22:18:55 +01:00
{% for attribute in oblist[name]|sort %}
2016-02-25 22:41:50 +01:00
* {{ attribute }}
{% endfor %}
{% endfor %}