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 }} |
{% if env_ansible is not none %}
Ansible |
{{ env_ansible }} |
{% endif %}
{% if env_ansible_core is not none %}
Ansible Core |
{{ env_ansible_core }} |
{% endif %}
{% if env_ansible_runner is not none %}
Ansible Runner |
{{ env_ansible_runner }} |
{% endif %}
Ansible Playbook |
{{ env_ansible_playbook }} |
{% if env_jinja is not none %}
Jinja |
{{ env_jinja }} |
{% endif %}
{% if env_aws|exists %}
AWS Tools |
{% for tool, version in env_aws.items %}{{ tool }}: {{ version }}{% if not forloop.last %}, {% endif %}{% endfor %} |
{% endif %}
{% if env_ara|exists %}
ARA Client |
{{ env_ara }} |
{% endif %}
Git |
{{ env_git }} |
Running User |
{{ env_user }} |
Linux |
{{ env_linux }} |