ansible/README.md

12 lines
311 B
Markdown
Raw Normal View History

2012-08-19 04:42:28 +02:00
ansible-plugins
===============
2012-08-19 04:45:48 +02:00
Extend ansible with optional callback and connection plugins.
Drop callback plugins in your ansible/lib/callbacks/ directory.
Drop connection plugins in your ansible/lib/runner/connections/ directory.
Send in pull requests to add plugins of your own. The sky is the limit!