system-config/playbooks/roles/install-ansible/README.rst
Clark Boylan 67c4e0202d Finish removing git.openstack.org references
The remaining references are actually about the service itself.

Change-Id: Id40dd72370add572fec615e0b5cd8c8bd3a200f8
2022-03-18 09:22:37 -07:00

2.9 KiB

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