{# roundtable/templates/settings/ansible.html #} {% extends "base.html" %} {% block title %}Settings — Ansible — Roundtable{% endblock %} {% block content %} {% set active_tab = "ansible" %} {% include "settings/_tabs.html" %}
Ansible Sources
Run History →

Sources are directories of playbooks — either a local path or a git repository cloned automatically. Add as many as you need; each can be browsed and run independently.

{% include "settings/_ansible_sources.html" %}
{% endblock %}