{% extends "../body.html" %} {% load static %} {% load util %} {% block content %}

System version

{% if env_ansible is not none %} {% endif %} {% if env_ansible_core is not none %} {% endif %} {% if env_ansible_runner is not none %} {% endif %} {% if env_jinja is not none %} {% endif %} {% if env_aws|exists %} {% endif %} {% if env_ara|exists %} {% endif %}
Component Version
Python {{ env_python }}
AnsibleGuy WebUI {% get_version %}
AnsibleGuy WebUI - Database Schema {{ env_db_schema }}
Django {{ env_django }}
Django Rest-Framework {{ env_django_api }}
Gunicorn {{ env_gunicorn }}
Ansible {{ env_ansible }}
Ansible Core {{ env_ansible_core }}
Ansible Runner {{ env_ansible_runner }}
Ansible Playbook {{ env_ansible_playbook }}
Jinja {{ env_jinja }}
AWS Tools {% for tool, version in env_aws.items %}{{ tool }}: {{ version }}{% if not forloop.last %}, {% endif %}{% endfor %}
ARA Client {{ env_ara }}
Git {{ env_git }}
Running User {{ env_user }}
Linux {{ env_linux }}
{{ env_system|json_script:"aw-json-system" }}

Ansible Config

{% for setting, attrs in env_ansible_config.items %} {% endfor %}
Setting Value Comment
{{ setting }} {{ attrs.value }} {{ attrs.comment }}
{{ env_ansible_config|json_script:"aw-json-ansible-config" }}

Ansible Collections

{% for name, attrs in env_ansible_collections.items %} {% endfor %}
Collection Version Path
{{ name }} {{ attrs.version }} {{ attrs.path }}
{{ env_ansible_collections|json_script:"aw-json-ansible-collections" }}

Python Modules

{% for module in env_python_modules.values %} {% endfor %}
Module Version
{{ module|get_value:'name' }} {{ module|get_value:'version' }}
{{ env_python_modules|json_script:"aw-json-python-modules" }}
{% endblock %}