host: Add k8s-amd64-n3

*k8s-amd64-n3.pyrocufflink.blue* is a Kubernetes worker node.
master
Dustin 2024-01-29 09:12:46 -06:00
parent f886a1bd8a
commit 073f7a6845
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import (
"du5t1n.me/cfg/env/prod"
)
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,9 @@
import (
"list"
"du5t1n.me/cfg/app/sudo"
)
render: list.Concat([
sudo.templates,
])