All Projects → dmsimard → Ara Archive

dmsimard / Ara Archive

Licence: gpl-3.0
This repository is an historical archive of https://github.com/dmsimard/ara, please use https://github.com/openstack/ara instead.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ara Archive

Ansible Roles
Ansible Roles
Stars: ✭ 375 (+209.92%)
Mutual labels:  ansible, ansible-playbook
Laravan
Ansible Playbooks for Laravel - machine provisioning and app deployment
Stars: ✭ 49 (-59.5%)
Mutual labels:  ansible, ansible-playbook
Nagios Nrpe Server
Nagios NRPE Server Role for Ansible
Stars: ✭ 27 (-77.69%)
Mutual labels:  ansible, ansible-playbook
Spamscope
Fast Advanced Spam Analysis Tool
Stars: ✭ 223 (+84.3%)
Mutual labels:  ansible, ansible-playbook
Ara
ARA Records Ansible and makes it easier to understand and troubleshoot.
Stars: ✭ 1,176 (+871.9%)
Mutual labels:  ansible, reporting
Ansible Playbook Grapher
A command line tool to create a graph representing your Ansible playbook tasks and roles
Stars: ✭ 234 (+93.39%)
Mutual labels:  ansible, ansible-playbook
Eos Mainnet
Ansible repo for setting up an EOS RPC API node and syncing to the mainnet
Stars: ✭ 45 (-62.81%)
Mutual labels:  ansible, ansible-playbook
Ansibleplaybooks
A collection of Ansible Playbooks that configure Kali to use Fish & install a number of tools
Stars: ✭ 143 (+18.18%)
Mutual labels:  ansible, ansible-playbook
Centos7 Cis
Ansible CentOS 7 - CIS Benchmark Hardening Script
Stars: ✭ 64 (-47.11%)
Mutual labels:  ansible, ansible-playbook
Ansible In Action
Ansible playbook to deploy your Laravel code base to VPS
Stars: ✭ 61 (-49.59%)
Mutual labels:  ansible, ansible-playbook
Shiva
An Ansible playbook to provision a host for penetration testing and CTF challenges
Stars: ✭ 220 (+81.82%)
Mutual labels:  ansible, ansible-playbook
Ansible Interactive Tutorial
Interactive Ansible tutorials with dead simple setup via Docker
Stars: ✭ 1,309 (+981.82%)
Mutual labels:  ansible, ansible-playbook
Graylog Ansible Role
Ansible role which installs and configures Graylog
Stars: ✭ 173 (+42.98%)
Mutual labels:  ansible, ansible-playbook
Ansible Rails
Ansible: Ruby on Rails Server
Stars: ✭ 317 (+161.98%)
Mutual labels:  ansible, ansible-playbook
Dellemc Openmanage Ansible Modules
Dell EMC OpenManage Ansible Modules
Stars: ✭ 169 (+39.67%)
Mutual labels:  ansible, ansible-playbook
Ansible Restic
Deploy restic backup program
Stars: ✭ 29 (-76.03%)
Mutual labels:  ansible, ansible-playbook
Upcloud Ansible
Dynamic inventory and modules for managing servers via UpCloud's API
Stars: ✭ 50 (-58.68%)
Mutual labels:  ansible, ansible-playbook
Ansible Nas
Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
Stars: ✭ 1,198 (+890.08%)
Mutual labels:  ansible, ansible-playbook
Terraform Null Ansible
Terraform Module to run ansible playbooks
Stars: ✭ 114 (-5.79%)
Mutual labels:  ansible, ansible-playbook
Polkadot Secure Validator
Polkadot Validator Secure Setup
Stars: ✭ 108 (-10.74%)
Mutual labels:  ansible

ARA: Ansible Run Analysis

.. image:: doc/source/_static/ara-with-icon.png

ARA records Ansible playbook runs and makes the recorded data available and intuitive for users and systems.

ARA doesn't run your playbooks for you: it integrates with Ansible as a callback plugin wherever it is.

Whether you are running Ansible from your personal laptop or a server, all you need to do is to install ARA, configure Ansible to use ARA and you're good to go.

.. image:: doc/source/_static/reports.png

.. _install ARA: https://ara.readthedocs.io/en/latest/installation.html .. _configure Ansible to use ARA: http://ara.readthedocs.io/en/latest/configuration.html

Quickstart

::

# Install ARA
pip install ara
# Make Ansible use the ARA callback plugin regardless of python version
export ANSIBLE_CALLBACK_PLUGINS="$(python -c 'import os,ara; print(os.path.dirname(ara.__file__))')/plugins/callbacks"
# Run your playbook
# ansible-playbook myplaybook.yml
# Start the ARA standalone webserver
ara-manage runserver
# Browse http://127.0.0.1:9191

Refer to the documentation_ for more information.

.. _documentation: https://ara.readthedocs.io/en/latest/

ARA components

ARA has four main components:

  1. An Ansible callback plugin_ to record playbook runs into a local or remote database
  2. The ara_record_ and ara_read_ pair of Ansible modules to record and read persistent data with ARA
  3. A CLI client_ to query the database
  4. A dynamic, database-driven web interface_ that can also be generated and served from static files_

.. _ARA: https://github.com/openstack/ara .. _Ansible: https://www.ansible.com/ .. _Ansible callback plugin: https://ara.readthedocs.io/en/latest/configuration.html#ansible .. _ara_record: http://ara.readthedocs.io/en/latest/usage.html#using-the-ara-record-module .. _ara_read: http://ara.readthedocs.io/en/latest/usage.html#using-the-ara-read-module .. _CLI client: https://ara.readthedocs.io/en/latest/usage.html#querying-the-database-with-the-cli .. _dynamic, database-driven web interface: https://ara.readthedocs.io/en/latest/faq.html#what-does-the-web-interface-look-like .. _generated and served from static files: https://ara.readthedocs.io/en/latest/usage.html#generating-a-static-html-version-of-the-web-application

What does the web interface look like ?

A video preview and explanation of the web interface is available on YouTube_, featuring playbook runs from the OpenStack-Ansible_ project.

Otherwise, screenshots highlighting some of ARA's features are available in the frequently asked questions_

.. _YouTube: https://www.youtube.com/watch?v=k3i8VPCanGo .. _OpenStack-Ansible: https://github.com/openstack/openstack-ansible .. _the frequently asked questions: https://ara.readthedocs.io/en/latest/faq.html#interface-preview

Community and getting help

The ARA community hangs out on IRC, Slack and Discord.

All three chats are seamlessly linked to each other so you can use your preferred client to come chat with us !

IRC

  • Server: irc.freenode.net_
  • Channel: #ara

Slack

  • https://ara-community.slack.com
  • Join with the Slack invitation <https://join.slack.com/t/ara-community/shared_invite/MjMxNzI4ODAxMDQxLTE1MDM4MDEzMTEtNzU1NTUwMTcyOQ>_

Discord

.. _irc.freenode.net: https://webchat.freenode.net/

Contributing, issues and bugs

Contributions to ARA are definitely welcome and much appreciated !

ARA does not use GitHub for issues or pull requests.

ARA uses the OpenStack infrastructure for code hosting and review as well as project and bug/issue tracking.

The contributor documentation_ will get you started quickly if you need help contributing !

You might also be interested in reading the project manifesto_ in order to have a good understanding of the project's core values and philosophy.

.. _contributor documentation: https://ara.readthedocs.io/en/latest/contributing.html .. _manifesto: https://ara.readthedocs.io/en/latest/manifesto.html

Documentation

Frequently asked questions_ and documentation on how to install_, configure_, use_ to ARA is available on readthedocs.io_.

.. _Frequently asked questions: https://ara.readthedocs.io/en/latest/faq.html .. _install: https://ara.readthedocs.io/en/latest/installation.html .. _configure: https://ara.readthedocs.io/en/latest/configuration.html .. _use: https://ara.readthedocs.io/en/latest/usage.html

.. _readthedocs.io: https://ara.readthedocs.io/en/latest/

Contributors

See contributors on GitHub_.

.. _GitHub: https://github.com/openstack/ara/graphs/contributors

Copyright

::

Copyright (c) 2017 Red Hat, Inc.

ARA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ARA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ARA.  If not, see <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].