{# fabledscryer/templates/settings/ansible.html #} {% extends "base.html" %} {% block title %}Settings — Ansible — Fabled Scryer{% endblock %} {% block content %} {% set active_tab = "ansible" %} {% include "settings/_tabs.html" %}

Ansible Sources

JSON array of source objects. Each requires name, type (git or local), and either url or path.

{% endblock %}