-
b324464+17c06c3b40 · ·
-
b324464+16cd465191 · ·
-
b324464+15142de988 · ·
-
b324464+14038d7ea6 · ·
-
b324464+13f6a254f1 · ·
-
b324464+126645a51c · ·
-
b324464+1156e3cb82 · ·
-
b324464+10e37a644b · ·
-
-
-
-
-
-
-
-
-
-
0.1.0b47e8870 · ·
0.1.0 This is the 0.1.0 stable release of the recordsansible.ara Ansible collection. Changes since 0.0.4: ara_api ------- - Added support for managing external authentication (ara_api_external_auth: true) - Added support for configuring SSL on frontend server (ara_api_frontend_ssl: true) - Added support for installing from PyPI (ara_api_install_method: pypi) - Added support for configuring clean-up crons (ara_api_configure_cron: true) - Added logic to keep the ara package up to date (ara_api_version: latest) - fix: set path to gunicorn properly when not using a virtualenv - fix: use current PATH if no virtualenvs are used - fix: do not try to run SQL migrations if there are no migrations to run - fix: changed ara default source after it moved from opendev.org to github.com - fix: added missing dependency on python3-devel for fedora - fix: use python36 package for centos8 - fix: pin psycopg2 to <2.9 when installing with postgresql - fix: update yum/dnf/apt cache before attempting to install packages - misc: changed fact variable format from ansible_distribution to ansible_facts['distribution'] ara_frontend_nginx ------------------ - Added `ara_nginx_client_max_body_size` to tweak for larger task results - Added support for configuring external authentication (ara_api_external_auth: true) - Added support for enabling SSL with provided certificates (ara_api_frontend_ssl: true) - fix: no longer redirect / to the API since there is a built-in UI now - fix: ensure nginx is restarded when altering configuration, even on debian-like