Add support for ephemeral hosts

This commit is contained in:
Tobias Reisinger 2025-11-12 00:43:05 +01:00
parent 5bfb1a167a
commit 92e16eea34
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 21 additions and 2 deletions

View file

@ -23,4 +23,13 @@ hosts = {
server_type = "cx32"
datacenter = "fsn1-dc14"
},
#"node004" = {
# hostname = "node004"
# rdns = "node004.serguzim.net"
# provider = "hetzner"
# ephemeral = true
# image = "debian-12"
# server_type = "cpx62"
# datacenter = "fsn1-dc14"
#},
}