.black.toml
.editorconfig
LICENSE
README.rst
manage.py
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/ISSUE_TEMPLATE/feature_and_enhancement.md
.github/ISSUE_TEMPLATE/issues_bugs_problems.md
.zuul.d/base-jobs.yaml
.zuul.d/project.yaml
.zuul.d/role-jobs.yaml
ara.egg-info/PKG-INFO
ara.egg-info/SOURCES.txt
ara.egg-info/dependency_links.txt
ara.egg-info/entry_points.txt
ara.egg-info/not-zip-safe
ara.egg-info/pbr.json
ara.egg-info/requires.txt
ara.egg-info/top_level.txt
ara/api/__init__.py
ara/api/admin.py
ara/api/apps.py
ara/api/auth.py
ara/api/fields.py
ara/api/filters.py
ara/api/models.py
ara/api/serializers.py
ara/api/urls.py
ara/api/views.py
ara/api/management/commands/prune.py
ara/api/migrations/0001_initial.py
ara/api/migrations/0002_remove_host_alias.py
ara/api/migrations/0003_add_missing_result_properties.py
ara/api/migrations/0004_duration_in_database.py
ara/api/migrations/__init__.py
ara/api/tests/__init__.py
ara/api/tests/factories.py
ara/api/tests/tests_auth.py
ara/api/tests/tests_file.py
ara/api/tests/tests_file_content.py
ara/api/tests/tests_host.py
ara/api/tests/tests_label.py
ara/api/tests/tests_play.py
ara/api/tests/tests_playbook.py
ara/api/tests/tests_prune.py
ara/api/tests/tests_records.py
ara/api/tests/tests_result.py
ara/api/tests/tests_task.py
ara/api/tests/tests_utils.py
ara/api/tests/utils.py
ara/clients/__init__.py
ara/clients/http.py
ara/clients/offline.py
ara/clients/utils.py
ara/plugins/action/ara_record.py
ara/plugins/callback/ara_default.py
ara/server/__init__.py
ara/server/__main__.py
ara/server/admin.py
ara/server/apps.py
ara/server/settings.py
ara/server/urls.py
ara/server/utils.py
ara/server/wsgi.py
ara/server/db/backends/__init__.py
ara/server/db/backends/distributed_sqlite/__init__.py
ara/server/db/backends/distributed_sqlite/base.py
ara/setup/README.rst
ara/setup/__init__.py
ara/setup/action_plugins.py
ara/setup/ansible.py
ara/setup/callback_plugins.py
ara/setup/env.py
ara/setup/exceptions.py
ara/setup/path.py
ara/setup/plugins.py
ara/ui/__init__.py
ara/ui/apps.py
ara/ui/forms.py
ara/ui/urls.py
ara/ui/views.py
ara/ui/management/commands/generate.py
ara/ui/static/css/README.rst
ara/ui/static/css/ara.css
ara/ui/static/css/patternfly.min.css
ara/ui/static/css/pygments.css
ara/ui/static/css/assets/fonts/overpass-webfont/overpass-bold.woff2
ara/ui/static/css/assets/fonts/overpass-webfont/overpass-light.woff2
ara/ui/static/css/assets/fonts/overpass-webfont/overpass-regular.woff2
ara/ui/static/css/assets/fonts/overpass-webfont/overpass-semibold.woff2
ara/ui/static/css/assets/fonts/webfonts/fa-solid-900.woff2
ara/ui/static/images/favicon.ico
ara/ui/static/images/logo.svg
ara/ui/templates/base.html
ara/ui/templates/file.html
ara/ui/templates/host.html
ara/ui/templates/index.html
ara/ui/templates/playbook.html
ara/ui/templates/record.html
ara/ui/templates/result.html
ara/ui/templates/partials/api_link.html
ara/ui/templates/partials/playbook_card.html
ara/ui/templates/partials/status_icon.html
ara/ui/templatetags/datetime_formatting.py
ara/ui/templatetags/pygments_highlights.py
doc/requirements.txt
doc/source/ansible-configuration.rst
doc/source/ansible-role-ara-api.rst
doc/source/ansible-role-ara-web.rst
doc/source/api-configuration.rst
doc/source/api-documentation.rst
doc/source/api-security.rst
doc/source/api-usage.rst
doc/source/ara-manage.rst
doc/source/ara-plugin-configuration.rst
doc/source/ara-record.rst
doc/source/conf.py
doc/source/contributing.rst
doc/source/distributed-sqlite-backend.rst
doc/source/faq.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/playbook-names-and-labels.rst
doc/source/_extensions/pygments_lexer.py
doc/source/_graphs/README
doc/source/_graphs/recording-workflow.xml
doc/source/_static/admin_panel_auth.png
doc/source/_static/admin_panel_login.png
doc/source/_static/admin_panel_users.png
doc/source/_static/ansible-role-ara-api.png
doc/source/_static/ansible-role-ara-web.png
doc/source/_static/ara-api-browser-playbook.png
doc/source/_static/ara-api-browser-playbooks.png
doc/source/_static/ara-api-browser-root.png
doc/source/_static/ara-with-icon.png
doc/source/_static/ara.png
doc/source/_static/code-review-ci.png
doc/source/_static/ui-ara-web.png
doc/source/_static/ui-built-in.png
doc/source/_static/graphs/README
doc/source/_static/graphs/recording-workflow.png
playbooks/ara_api.yaml
playbooks/ara_web.yaml
playbooks/roles
roles/ara_api/README.rst
roles/ara_api/defaults/main.yaml
roles/ara_api/files/ara-gunicorn.te
roles/ara_api/handlers/main.yaml
roles/ara_api/meta/main.yaml
roles/ara_api/tasks/config.yaml
roles/ara_api/tasks/main.yaml
roles/ara_api/tasks/pre-requirements.yaml
roles/ara_api/tasks/database_engine/ara.server.db.backends.distributed_sqlite.yaml
roles/ara_api/tasks/database_engine/django.db.backends.mysql.yaml
roles/ara_api/tasks/database_engine/django.db.backends.postgresql.yaml
roles/ara_api/tasks/database_engine/django.db.backends.sqlite3.yaml
roles/ara_api/tasks/install/source.yaml
roles/ara_api/tasks/wsgi_server/gunicorn.yaml
roles/ara_api/templates/ara-api.service.j2
roles/ara_api/vars/Fedora.yaml
roles/ara_api/vars/Ubuntu.yaml
roles/ara_frontend_nginx/README.rst
roles/ara_frontend_nginx/handlers/main.yaml
roles/ara_frontend_nginx/tasks/main.yaml
roles/ara_frontend_nginx/templates/ara-api.conf.j2
roles/ara_frontend_nginx/templates/ara-web.conf.j2
roles/ara_frontend_nginx/vars/Fedora.yaml
roles/ara_frontend_nginx/vars/Ubuntu.yaml
roles/ara_web/README.rst
roles/ara_web/defaults/main.yaml
roles/ara_web/handlers/main.yaml
roles/ara_web/meta/main.yaml
roles/ara_web/tasks/main.yaml
roles/ara_web/tasks/nodejs.yaml
roles/ara_web/tasks/install/source.yaml
roles/ara_web/templates/ara-web.service.j2
tests/basic.yaml
tests/install_docker.yaml
tests/linters.sh
tests/role-ara-web-post.yaml
tests/role-integration-post.yaml
tests/role-integration-pre.yaml
tests/test_tasks.yaml
tests/with_defaults.yaml
tests/with_distributed_sqlite.yaml
tests/with_mysql.yaml
tests/with_postgresql.yaml
tests/integration/failed.yaml
tests/integration/hosts.yaml
tests/integration/import.yaml
tests/integration/imported.yaml
tests/integration/include_role.yaml
tests/integration/incomplete.yaml
tests/integration/smoke.yaml
tests/integration/roles/imported-role/defaults/main.yaml
tests/integration/roles/imported-role/tasks/imported-task.yaml
tests/integration/roles/imported-role/tasks/main.yaml
tests/integration/roles/included-role/defaults/main.yaml
tests/integration/roles/included-role/tasks/included-task.yaml
tests/integration/roles/included-role/tasks/main.yaml
tests/integration/roles/smoke-tests/defaults/main.yaml
tests/integration/roles/smoke-tests/tasks/ara-ops.yaml
tests/integration/roles/smoke-tests/tasks/main.yaml
tests/integration/roles/smoke-tests/tasks/test-ops.yaml