sophie.unbound: new node #74
1 changed files with 32 additions and 0 deletions
32
nodes/sophie/unbound.py
Normal file
32
nodes/sophie/unbound.py
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
nodes["sophie.unbound"] = {
|
||||||
|
"hostname": "172.19.164.4",
|
||||||
|
"bundles": {
|
||||||
|
"unbound",
|
||||||
|
},
|
||||||
|
"groups": {
|
||||||
|
"debian-bookworm",
|
||||||
|
},
|
||||||
|
"metadata": {
|
||||||
|
"interfaces": {
|
||||||
|
"enp1s0": {
|
||||||
|
"ips": {
|
||||||
|
"172.19.164.4/24",
|
||||||
|
"fe80::4/64",
|
||||||
|
},
|
||||||
|
"gateway4": "172.19.164.1",
|
||||||
|
"ipv6_accept_ra": True,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"vm": {
|
||||||
|
"cpu": 2,
|
||||||
|
"ram": 2,
|
||||||
|
},
|
||||||
|
"unbound": {
|
||||||
|
"dns64": False,
|
||||||
|
"restrict-to": {
|
||||||
|
"172.19.164.0/24",
|
||||||
|
"fe80::/64",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue