{% extends "base.html" %} {% block title %}{% if host %}Edit Host{% else %}New Host{% endif %} — Steward{% endblock %} {% block content %}

{% if host %}Edit Host{% else %}Add Host{% endif %}

Cancel
{% if host and ansible_sources %}

Run Ansible playbook against this host

Runs against an ephemeral one-host inventory for {{ host.name }} ({{ host.address or "no address — resolves by name" }}). Use a playbook with hosts: all.

{% endif %}
{% endblock %}