------------------
* Use execnet for connections. There is only one ssh connection per host and
it's reused for all commands.
[fschulze]
* Make sure the playbook directory is always absolute.
[fschulze]
* Prevent use of persistent ssh connections, as that easily results in
connections to wrong jails because of the proxying. This makes ansible a lot
slower at the moment.
[fschulze]
* Add support for su and vault (ansible 1.5) as well as ``--force-handlers``
(ansible 1.6).
[fschulze]
* Removed ``ansible`` from install requirements. It won't install in a buildout
so it needs to be installed in a virtualenv or via a system package.
[fschulze]