system-config/playbooks/roles/install-ansible
Clark Boylan cf91bc0971 Remove the gerrit group in favor of the review group
Having two groups here was confusing. We seem to use the review group
for most ansible stuff so we prefer that one. We move contents of the
gerrit group_vars into the review group_vars and then clean up the use
of the old group vars file.

Change-Id: I7fa7467f703f5cec075e8e60472868c60ac031f7
2021-10-12 09:48:53 -07:00
..
defaults Update ARA 2021-06-01 09:38:32 +10:00
files Remove the gerrit group in favor of the review group 2021-10-12 09:48:53 -07:00
tasks Update ARA 2021-06-01 09:38:32 +10:00
templates Replace callback_whitelist with callback_enabled 2021-07-30 09:56:00 -05: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