system-config/playbooks/roles/install-ansible
Ian Wienand 0142bc10eb backups: add review02.opendev.org
Start backing up the new review server.  Stop backing up the old
server.  Fix the group matching test for the new server.

Change-Id: I8d84b80099d5c4ff7630aca9df312eb388665b86
2021-07-19 15:29:42 +10:00
..
defaults Update ARA 2021-06-01 09:38:32 +10:00
files backups: add review02.opendev.org 2021-07-19 15:29:42 +10: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

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