{% extends "base.html" %} {% from "_macros.html" import feature_badges %} {% block title %}Roles — InitRunner{% endblock %} {% block content %}

Roles

New Role
{% include "roles/_table.html" %}
Name Model Features Status
{% if not roles %}

No roles found

Create a role YAML file or specify a different directory with --role-dir

{% endif %} {% endblock %}