Add contents to various pages with more than one topic per page.

This commit is contained in:
Michael DeHaan
2013-12-26 14:32:01 -05:00
parent 8733b5da8b
commit 1c29f043b4
19 changed files with 41 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
Developing Plugins
==================
.. contents:: Topics
Ansible is pluggable in a lot of other ways separate from inventory scripts and callbacks. Many of these features are there to cover fringe use cases and are infrequently needed, and others are pluggable simply because they are there to implement core features
in ansible and were most convenient to be made pluggable.