Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
Find a file
2012-08-19 10:34:25 -04:00
callbacks Fix a comment 2012-08-19 10:34:25 -04:00
README.md Add osx_say plugin. 2012-08-18 22:45:48 -04:00

ansible-plugins

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!