[ARA Records Ansible][0] is a results storage system for Ansible. It provides a convenient UI for tracking Ansible playbooks and tasks. The data are populated by an Ansible callback plugin. ARA is a fairly simple Python+Django application. It needs a database to store Ansible results, so we've connected it to the main PostgreSQL database and configured it to connect and authenticate using mTLS. Rather than mess with managing and distributing a static password for ARA clients, I've configured Autheliad to allow anonymous access to post data to the ARA API from within the private network or the Kubernetes cluster. Access to the web UI does require authentication. [0]: https://ara.recordsansible.org/ |
||
---|---|---|
.. | ||
ara | ||
.gitignore | ||
ara.yaml | ||
ingress.yaml | ||
kustomization.yaml | ||
namespace.yaml | ||
postgres-cert.yaml | ||
secrets.yaml |