35e87d6879
This change enables the installation of the ARA callback plugin in the install-ansible role. It does not take care of any web reporting capabilities. ARA will not be installed and set up by default. It can be installed and configured by setting "install_ansible_enable_ara" to "true". Co-Authored-By: David Moreau-Simard <dmsimard@redhat.com> Co-Authored-By: Ian Wienand <iwienand@redhat.com> Change-Id: Iea84ec8e23ca2e3f021aafae4e89c764f2e05bd2
13 lines
527 B
YAML
13 lines
527 B
YAML
# Whether or not to install ARA
|
|
install_ansible_ara_enable: false
|
|
|
|
# See available configuration options in the ARA docs:
|
|
# https://ara.readthedocs.io/en/stable/configuration.html
|
|
# Note that this may be set in the private host vars when using mysql so we can
|
|
# keep the credentials secret.
|
|
install_ansible_ara_config:
|
|
# Connection string for ARA
|
|
# https://ara.readthedocs.io/en/stable/configuration.html#ara-database
|
|
# Ex: mysql+pymysql://ara:password@localhost/ara
|
|
database: "sqlite:////var/cache/ansible/ara.sqlite"
|