Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better overview of playbook runs #171

Open
martbhell opened this issue Nov 15, 2016 · 0 comments
Open

Better overview of playbook runs #171

martbhell opened this issue Nov 15, 2016 · 0 comments

Comments

@martbhell
Copy link
Contributor

martbhell commented Nov 15, 2016

We could perhaps use ARA for this - https://ara.readthedocs.io/ https://github.com/openstack/ara

Web interface example: https://ara.readthedocs.io/en/latest/faq.html#what-does-the-web-interface-look-like

By default it writes the data into $HOME/.ara/ansible.sqlite

To view details one could: "ara-manage runserver -h 0.0.0.0 -p 8080" and use a web browser. One can also generate static reports or send the results to a remote sql server.

It needs ara installed (pip install ara) and point ansible to look for callback plugins where ara callback plugin is installed:

export ANSIBLE_CALLBACK_PLUGINS=/usr/lib/python2.7/site-packages/ara/plugins/callbacks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant