diff --git a/plugins/host_agent/templates/panel.html b/plugins/host_agent/templates/panel.html index 33fcd8d..9982ca3 100644 --- a/plugins/host_agent/templates/panel.html +++ b/plugins/host_agent/templates/panel.html @@ -71,6 +71,29 @@
{% endif %} + {% if session.user_role == 'admin' and ansible_available and target and managed_key_set %} +
+ Use after regenerating the managed key, or if SSH auth as steward breaks.
+ Connects over a one-time bootstrap user + password (not stored).
+
- Runs against an ephemeral one-host inventory for
- {{ host.name }} ({{ host.address or "no address — resolves by name" }}).
- Use a playbook with hosts: all.
-
- No Ansible target linked. Link an existing target or create one from this host. + {% if host %} +
+ Agent, Ansible target, and playbook runs live on the + host page.
-