.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/jobs.yaml
.zuul.d/project.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/0005_unique_label_names.py
ara/api/migrations/0006_remove_result_statuses.py
ara/api/migrations/0007_add_expired_status.py
ara/api/migrations/0008_playbook_controller.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/cli/__init__.py
ara/cli/base.py
ara/cli/expire.py
ara/cli/host.py
ara/cli/play.py
ara/cli/playbook.py
ara/cli/prometheus.py
ara/cli/record.py
ara/cli/result.py
ara/cli/task.py
ara/cli/utils.py
ara/clients/__init__.py
ara/clients/http.py
ara/clients/offline.py
ara/clients/utils.py
ara/plugins/action/ara_playbook.py
ara/plugins/action/ara_record.py
ara/plugins/callback/ara_default.py
ara/plugins/lookup/ara_api.py
ara/server/__init__.py
ara/server/__main__.py
ara/server/admin.py
ara/server/apps.py
ara/server/context_processors.py
ara/server/settings.py
ara/server/urls.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/lookup_plugins.py
ara/setup/path.py
ara/setup/plugins.py
ara/ui/__init__.py
ara/ui/apps.py
ara/ui/forms.py
ara/ui/pagination.py
ara/ui/urls.py
ara/ui/views.py
ara/ui/management/commands/generate.py
ara/ui/static/README.rst
ara/ui/static/css/ara.css
ara/ui/static/css/bootstrap-darkly.min.css
ara/ui/static/css/bootstrap-flatly.min.css
ara/ui/static/css/pygments-dark.css
ara/ui/static/css/pygments-light.css
ara/ui/static/images/favicon.ico
ara/ui/static/images/logo.svg
ara/ui/static/js/bootstrap.bundle.min.js
ara/ui/static/js/jquery-3.5.1.slim.min.js
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/robots.txt
ara/ui/templates/partials/about_modal.html
ara/ui/templates/partials/api_link.html
ara/ui/templates/partials/cli_arguments.html
ara/ui/templates/partials/host_facts.html
ara/ui/templates/partials/host_results.html
ara/ui/templates/partials/nested_results.html
ara/ui/templates/partials/pagination.html
ara/ui/templates/partials/playbook_card.html
ara/ui/templates/partials/playbook_files.html
ara/ui/templates/partials/playbook_hosts.html
ara/ui/templates/partials/playbook_records.html
ara/ui/templates/partials/playbook_results.html
ara/ui/templates/partials/playbook_status_icon.html
ara/ui/templates/partials/result_status_icon.html
ara/ui/templates/partials/sort_by_date.html
ara/ui/templates/partials/sort_by_duration.html
ara/ui/templates/partials/status_icon.html
ara/ui/templatetags/datetime_formatting.py
ara/ui/templatetags/diff_result.py
ara/ui/templatetags/pygments_highlights.py
ara/ui/templatetags/static_url.py
ara/ui/templatetags/truncatepath.py
contrib/container-images/README.rst
contrib/container-images/centos8-pypi.sh
contrib/container-images/fedora33-distribution.sh
contrib/container-images/fedora33-pypi.sh
contrib/container-images/fedora33-source.sh
contrib/playbooks/slack-notifications.yaml
doc/changelog-release-notes.sh
doc/requirements.txt
doc/source/ansible-configuration.rst
doc/source/ansible-plugins-and-use-cases.rst
doc/source/api-configuration.rst
doc/source/api-documentation.rst
doc/source/api-security.rst
doc/source/api-usage.rst
doc/source/changelog-release-notes.rst
doc/source/cli.rst
doc/source/conf.py
doc/source/container-images.rst
doc/source/contributing.rst
doc/source/distributed-sqlite-backend.rst
doc/source/faq.rst
doc/source/getting-started.rst
doc/source/index.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-quickstart-default.gif
doc/source/_static/ara-quickstart-server.gif
doc/source/_static/ara-with-icon.png
doc/source/_static/ara.png
doc/source/_static/cli-playbook-list.png
doc/source/_static/code-review-ci.png
doc/source/_static/gerrit-edit-patch.gif
doc/source/_static/gerrit-new-patch.gif
doc/source/_static/gerrit-profile.png
doc/source/_static/gerrit-sign-in.png
doc/source/_static/gerrit-ssh-key.png
doc/source/_static/ubuntu-launchpad.png
doc/source/_static/ui-api-browser-playbook.png
doc/source/_static/ui-api-browser-playbooks.png
doc/source/_static/ui-api-browser.png
doc/source/_static/ui-playbook-details.png
doc/source/_static/graphs/README
doc/source/_static/graphs/recording-workflow.png
roles/README.rst
tests/basic.yaml
tests/container_test_tasks.yaml
tests/linters.sh
tests/test_tasks.yaml
tests/with_container_images.yaml
tests/with_defaults.yaml
tests/with_distributed_sqlite.yaml
tests/with_fedora_packages.yaml
tests/with_mitogen.yaml
tests/with_mysql.yaml
tests/with_postgresql.yaml
tests/zuul_metadata.yaml
tests/zuul_post_logs.yaml
tests/zuul_post_with_mysql.yaml
tests/zuul_post_with_postgresql.yaml
tests/zuul_pre_multinode_networking.yaml
tests/zuul_publish_container_images.yaml
tests/integration/benchmark.yaml
tests/integration/benchmark_tasks.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/lookups.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/handlers/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
tests/vars/distributed_sqlite_tests.yaml
tests/vars/mysql_tests.yaml
tests/vars/postgresql_tests.yaml