system-config/playbooks/roles/install-ansible
Ian Wienand 1f60375823
install-ansible: also install python3-dev
As a follow-on to Iaf0dd577cf1bdc0c9464b7413d22eec9db37a640; also
install the python dev packages so python things can build.

Change-Id: I99cde1a93671da500d3013b5eb6ba4f3509e646f
2022-10-26 16:12:45 +11:00
..
defaults Update ARA 2021-06-01 09:38:32 +10:00
files Remove configuration management for ELK stack 2022-04-18 10:04:06 -07:00
tasks install-ansible: also install python3-dev 2022-10-26 16:12:45 +11:00
templates Replace callback_whitelist with callback_enabled 2021-07-30 09:56:00 -05:00
README.rst Finish removing git.openstack.org references 2022-03-18 09:22:37 -07: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