Trouble Getting 'Ara Records Ansible' off the Ground in RHEL 7

This page summarizes the projects mentioned and recommended in the original post on /r/ansible

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ara

    ARA Records Ansible and makes it easier to understand and troubleshoot.

  • I have read the admonitions by dms_ (not gonna tag him, because I don't know if that's uncouth) here and here about ARA's need for python 3.5+ and, I think, I've fulfilled that. The warning is even calling out that it's attempting to use the right plugin version (3.6).

  • yum -y update yum -y install git python3 python3-pip python3 -m pip install --user venv python3 -m venv ~/venv source ~/venv/bin/activate # (╯°□°)╯︵ ┻━┻ ModuleNotFoundError: No module named 'setuptools_rust' pip install pip --upgrade pip install ara ansible-core export ANSIBLE_CALLBACK_PLUGINS=$(python3 -m ara.setup.callback_plugins) export ARA_CALLBACK_THREADS=4 export ARA_API_CLIENT=http export ARA_API_SERVER=https://server.example.org # export ARA_API_USERNAME=username # export ARA_API_PASSWORD=password ansible-pull -U https://github.com/dmsimard/ansible-pull-test playbook.yml

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ara-collection

    Collection of Ansible roles for ARA Records Ansible.

  • The ara Ansible collection is only meant to install the API server right now. It is not tested on EL7 and it would not work anyway for reasons I've mentioned in my last post. We've discussed about a role that would set up just the callback in the past but have not got around to it yet.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • With what should I use ansbile?

    1 project | /r/devops | 10 Nov 2023
  • Show HN: ARA Records Ansible and makes it easier to understand and troubleshoot

    1 project | news.ycombinator.com | 17 Sep 2023
  • Zabbix to monitor ansible

    2 projects | /r/ansible | 6 May 2023
  • How would I get a list of IP addresses of failed hosts and details?

    2 projects | /r/ansible | 5 May 2023
  • Planning on writing a callback plugin - is there a unique variable to identify a particular play being run?

    2 projects | /r/ansible | 16 Apr 2023