host: Add loki0.p.b

*loki0.pyrocufflink.blue* will host [Grafana Loki][0], a log aggregation
system.

[0]: https://grafana.com/oss/loki/
master
Dustin 2024-02-13 16:55:05 -06:00
parent 1738e4a1f1
commit 45285b9c47
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import (
"du5t1n.me/cfg/env/prod"
)
ssh: prod.ssh
sudo: prod.sudo

View File

@ -0,0 +1 @@
. scripts/no-coreos-default-sudo.sh

View File

@ -0,0 +1,5 @@
#!/bin/sh
. scripts/pam-ssh-agent-auth.sh
install_packages

View File

@ -0,0 +1,11 @@
import (
"list"
"du5t1n.me/cfg/app/collectd"
"du5t1n.me/cfg/env/prod"
)
render: list.Concat([
collectd.templates,
prod.templates,
])