{% extends "base.html" %} {% from "_macros.html" import crumbs %} {% from "monitors/_fields.html" import type_fields, toggle_script %} {% block title %}{{ host.name }} — Hosts — Steward{% endblock %} {% block breadcrumb %}{{ crumbs([("Hosts", "/hosts/"), (host.name, "")]) }}{% endblock %} {% block content %}
No monitors yet for this host. Add one below.
{% endif %} {% if session.user_role in ['operator', 'admin'] %}No Ansible target linked. A target gives this host an SSH connection so Steward can run playbooks and provision the agent.