feat: wire ansible blueprint, startup interrupted-run marker, git-pull task, cleanup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 20:33:14 -04:00
parent 60e2040284
commit 763cbda3ac
4 changed files with 50 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@
<a href="/">Dashboard</a>
<a href="/hosts/">Hosts</a>
<a href="/alerts/">Alerts</a>
<a href="/ansible/">Ansible</a>
<a href="/logout">Logout ({{ session.username }})</a>
</nav>
{% endif %}
+4 -1
View File
@@ -23,7 +23,10 @@
</div>
<div class="card">
<h3 style="color:#8080ff;margin-bottom:0.75rem;">Ansible</h3>
<p style="color:#606080;font-size:0.9rem;">Coming in Plan 3.</p>
<p style="color:#606080;font-size:0.9rem;">
<a href="/ansible/browse" style="color:#a0a0ff;">Browse playbooks</a> or view
<a href="/ansible/" style="color:#a0a0ff;">run history</a>.
</p>
</div>
</div>
{% endblock %}