Skip to content

azhurbilo/ansible-elasticsearch-callback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible(V2) Elasticsearch Callback Plugin

Ansible(v2) elasticsearch callback plugin. It collects the result of ansible task runs and ships it to the elasticsearch.

##How to Use You can add the plugin into your ansible project where all the playbooks are or in seperate directory of your choice. In any case you need to tell ansible where the callback plugin(s) are located. You can do this by adding following line into your ansible.cfg file.

callback_plugins = ~/.ansible/plugins/callback_plugins/:/usr/share/ansible_plugins/callback_plugins

For more information about ansible configuration please refer to:

http://docs.ansible.com/ansible/intro_configuration.html#bin-ansible-callbacks

#License MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages