RETIRED, this project has moved to https://github.com/ansible-community/ara-collection
Go to file
David Moreau-Simard 251ec0cd7f Remove weird non-ascii quote character
Change-Id: I598987c6d0cb967b5f6a2cadc1df14f0d69c2bbd
2017-03-22 11:35:29 -04:00
defaults Clean up ansible-role-ara 2017-03-15 12:28:46 -04:00
handlers Clean up ansible-role-ara 2017-03-15 12:28:46 -04:00
meta Clean up ansible-role-ara 2017-03-15 12:28:46 -04:00
tasks Remove weird non-ascii quote character 2017-03-22 11:35:29 -04:00
templates Clean up ansible-role-ara 2017-03-15 12:28:46 -04:00
vars Alphabetically sort required packages, don't assume which is installed 2017-03-16 10:12:43 -04:00
.gitreview Add .gitreview file 2017-02-02 12:27:34 -05:00
LICENSE add License 2016-12-05 14:37:24 -05:00
README.rst Clean up ansible-role-ara 2017-03-15 12:28:46 -04:00

README.rst

ansible-role-ara

Ansible role to install and configure ARA on Fedora, RHEL, Fedora as well as Debian and Ubuntu.

ARA (Ansible Run Analysis) records Ansible Playbook runs seamlessly to make them easier to visualize, understand and troubleshoot. It integrates with Ansible wherever you run it.

Note

Please note that this role is still a work in progress and in development.

What the role does

By default, the role allows for the installation of ARA and the configuration of Ansible to leverage the ARA callback. It also allows for the configuration of the different parameters to customize the behavior of ARA.

It provides installation and configuration of the web application under the embedded webserver or apache+mod_wsgi.

Using the role

mkdir roles
git clone https://git.openstack.org/openstack/ansible-role-ara roles/ara
cat << EOF > playbook.yml
- hosts: all
  roles:
    - ara
EOF
ansible-playbook playbook.yml

Contributors

See contributors on GitHub.

Copyright

Copyright 2017 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.