ansible/hacking/templates/playbooks_directives.rst.j2
Brian Coca fbdcb22e36 now generate list of playbook ojbect directives
TODO: needs links/info and conditionals added
2016-02-25 16:48:37 -05:00

19 lines
473 B
Django/Jinja

Directives Glossary
===================
Here we list the common playbook objects and the possible directives that can be used with them.
Note that not all directives affect the object itself and might just be there to be inherited by other contained objects.
.. contents::
:local:
:depth: 1
{% for name in oblist %}
{{ name }}
{{ '-' * name|length }}
{% for attribute in oblist[name].__dict__['_attributes']|sort %}
* {{ attribute }}
{% endfor %}
{% endfor %}