host: Add loki0.p.b
*loki0.pyrocufflink.blue* will host [Grafana Loki][0], a log aggregation system. [0]: https://grafana.com/oss/loki/
This commit is contained in:
6
host/loki0.pyrocufflink.blue.cue
Normal file
6
host/loki0.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,6 @@
|
||||
import (
|
||||
"du5t1n.me/cfg/env/prod"
|
||||
)
|
||||
|
||||
ssh: prod.ssh
|
||||
sudo: prod.sudo
|
||||
1
host/loki0.pyrocufflink.blue.post.sh
Normal file
1
host/loki0.pyrocufflink.blue.post.sh
Normal file
@@ -0,0 +1 @@
|
||||
. scripts/no-coreos-default-sudo.sh
|
||||
5
host/loki0.pyrocufflink.blue.pre.sh
Normal file
5
host/loki0.pyrocufflink.blue.pre.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. scripts/pam-ssh-agent-auth.sh
|
||||
|
||||
install_packages
|
||||
11
instructions/loki0.pyrocufflink.blue.cue
Normal file
11
instructions/loki0.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,11 @@
|
||||
import (
|
||||
"list"
|
||||
|
||||
"du5t1n.me/cfg/app/collectd"
|
||||
"du5t1n.me/cfg/env/prod"
|
||||
)
|
||||
|
||||
render: list.Concat([
|
||||
collectd.templates,
|
||||
prod.templates,
|
||||
])
|
||||
Reference in New Issue
Block a user