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
2017-03-23 06:11:40 +01:00
Be aware that this reflects the 'current development branch' and that the keywords do not have 'version_added' information.
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 }}
2017-09-07 21:46:53 +02:00
.. glossary::
2016-02-26 22:18:55 +01:00
{% for attribute in oblist[name]|sort %}
2017-09-07 21:46:53 +02:00
{{ attribute }}
{{ oblist[name][attribute] }}
2016-02-25 22:41:50 +01:00
{% endfor %}
{% endfor %}