add ns-digitalocean
This commit is contained in:
parent
6d2cf0fa24
commit
261c284f2f
1 changed files with 23 additions and 0 deletions
23
nodes/ns-digitalocean.toml
Normal file
23
nodes/ns-digitalocean.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
hostname = "46.101.91.6"
|
||||
groups = [
|
||||
"debian-bullseye",
|
||||
"dns",
|
||||
]
|
||||
|
||||
[metadata.interfaces.eth0]
|
||||
ips = [
|
||||
"46.101.91.6/20",
|
||||
"2a03:b0c0:1:d0::bc2:6001/124",
|
||||
]
|
||||
gateway4 = "46.101.80.1"
|
||||
gateway6 = "2a03:b0c0:1:d0::1"
|
||||
|
||||
[metadata.icinga_options]
|
||||
pretty_name = "ns-digitalocean.kunbox.net"
|
||||
|
||||
[metadata.postgresql]
|
||||
version = "15"
|
||||
|
||||
[metadata.vm]
|
||||
cpu = 1
|
||||
ram = 1
|
Loading…
Reference in a new issue