Clarify docs about ansible handlers

Change-Id: I60fa5f691cc5ac3f4b8573e8e3cf039bb8f24614
Closes-bug: #1541630
This commit is contained in:
Jedrzej Nowak 2016-02-11 11:22:16 +01:00
parent 06e3069d2b
commit 4d30dc3ab4

View File

@ -45,10 +45,10 @@ Solar currently supports following handlers:
* puppet - first version of puppet handler (legacy, will be deprecated soon)
* puppetv2 - second, improved version of puppet, supporting hiera integration
* ansible_playbook - first version of ansible handler (legacy, will be
deprecated soon)
* ansible_template - second generation of ansible implementation, includes
transport support
* ansible_playbook - handler that supports
more or less standard ansible playbooks
* ansible_template - handler that first generates ansible playbook
using jinja template first (it's named ``ansible``)
Handlers are pluggable, so you can write your own easily to extend
functionality of Solar. Interesting examples might be Chef, SaltStack,
@ -56,6 +56,7 @@ CFEngine etc. Using handlers allows Solar to be quickly implemented in various
environments and integrate with already used configuration management tools.
.. _resource_input:
Input