RETIRED, this project has moved to https://github.com/ansible-community/ara
Go to file
David Moreau-Simard 1eb171a732 First commit
2016-05-08 22:45:47 -04:00
ara First commit 2016-05-08 22:45:47 -04:00
docs First commit 2016-05-08 22:45:47 -04:00
.gitignore First commit 2016-05-08 22:45:47 -04:00
LICENSE First commit 2016-05-08 22:45:47 -04:00
README.rst First commit 2016-05-08 22:45:47 -04:00
requirements.txt First commit 2016-05-08 22:45:47 -04:00
setup.cfg First commit 2016-05-08 22:45:47 -04:00
setup.py First commit 2016-05-08 22:45:47 -04:00
test-requirements.txt First commit 2016-05-08 22:45:47 -04:00
tox.ini First commit 2016-05-08 22:45:47 -04:00

ARA: Ansible Run Analysis

Important note

ARA is in very early development ! The documentation is definitely not thorough.

Please feel free to ask questions, provide feedback, comments, bugs, ideas, suggestions or contributions !

tl;dr

ARA is an attempt to make Ansible runs easier to visualize, understand and troubleshoot.

It provides an Ansible callback to record playbook run data in a database and a web interface built with Flask to browse that data.

What it looks like

image

Documentation

There is (limited) documentation available on readthedocs.io.

Installing and Using ARA

See the documentation.

Author

David Moreau Simard

Contributors and special thanks

See contributors on GitHub.

Special thanks to those who provided early feedback on the project.

Copyright

Copyright 2016 Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.