{% extends "base.html" %} {% from "_macros.html" import crumbs %} {% block title %}{% if host %}Edit Host{% else %}New Host{% endif %} — Steward{% endblock %} {% block breadcrumb %}{{ crumbs([("Hosts", "/hosts/"), (("Edit " ~ host.name) if host else "New host", "")]) }}{% endblock %} {% block content %}
Agent, Ansible target, and playbook runs live on the host page.
{% endif %}