system-config/playbooks/roles/install-ansible
David Moreau Simard fb8a5145df Update ARA
ARA's master branch now has static site generation, so we can move
away from the stable branch and get the new reports.

In the mean time ARA upstream has moved to github, so this updates the
references for the -devel job.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/793530
Change-Id: I008b35562994f1205a4f66e53f93b9885a6b8754
2021-06-01 09:38:32 +10:00
..
defaults Update ARA 2021-06-01 09:38:32 +10:00
files Ansible mailman configs 2021-05-11 08:40:01 -07:00
tasks Update ARA 2021-06-01 09:38:32 +10:00
templates Remove extra src/ dirs from inventory paths 2020-06-08 10:03:05 -07:00
README.rst Update ARA 2021-06-01 09:38:32 +10:00

README.rst

Install and configure Ansible on a host via pip

Role Variables

A dictionary of configuration keys and their values for ARA's Ansible plugins.

Default configuration keys:

  • api_client: offline (can be http for sending to remote API servers)
  • api_server: http://127.0.0.1:8000 (has no effect when using offline)
  • api_username: null (if required, an API username)
  • api_password: null (if required, an API password)
  • api_timeout: 30 (the timeout on http requests)

For a list of available configuration options, see the ARA documentation