{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {{ this.body }} {% if this.collections is defined %} {% if this.collections.blocks | length != 0 %} Ansible Collections {% if this.roles is defined %} {% if this.roles.blocks | length != 0 %} | {% endif %} {% endif %} {% endif %} {% endif %} {% if this.roles is defined %} {% if this.roles.blocks | length != 0 %} Ansible Roles {% endif %} {% endif %} {% if this.collections is defined %} {% if this.collections.blocks | length != 0 %}

{{ this.tablecollectionstitle }}

{% for blk in this.collections.blocks -%} {% endfor %}
Collection Name
  • Github
  • Gitea
    Roles
  • Ansible Collection
  • Maintainance Status
  • License
{{ blk.name }} {% for rle in blk.roles.blocks -%} {% endfor %}
  • {% if blk.no_galaxy %} {% else %}-{% endif %}
{% endif %} {% endif %} {% if this.roles is defined %} {% if this.roles.blocks | length != 0 %}

{{ this.tabletitle }}

{% for blk in this.roles.blocks -%} {% endfor %}
Role Name
  • Github
  • Gitea
  • Ansible Galaxy
  • Maintainance Status
  • License
{{ blk.name }}
  • {% if blk.no_galaxy %} {% else %}-{% endif %}
{% endif %} {% endif %} {{ this.trailer }} {% endblock %}