1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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!