The files copied to /srv/stacks/<stack>/ verbatim: compose files, vhosts, Prometheus configuration, the webapp image source. Payloads are data, never templated and never linted as Ansible content. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
10 lines
470 B
HTML
10 lines
470 B
HTML
<!-- Served at / by the reverse proxy on every host, as a placeholder for
|
|
requests that match no vhost. Deployed by ansible/playbooks/banner.yml,
|
|
which drops this one file into the reverse-proxy stack's html directory on
|
|
every host rather than owning a stack of its own. -->
|
|
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>example.com</title>
|
|
<h1>Nothing is served at this address.</h1>
|
|
<p>If you expected a service here, check the vhost configuration.</p>
|