{# steward/templates/settings/ansible.html #} {% extends "base.html" %} {% block title %}Settings — Ansible — Steward{% endblock %} {% block content %} {% set active_tab = "ansible" %} {% include "settings/_tabs.html" %}
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" %}