clan: add renoir to yggdrasil
This commit is contained in:
parent
a755545a02
commit
d5415bc699
1 changed files with 9 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
haze = { };
|
haze = { };
|
||||||
crocus = { };
|
crocus = { };
|
||||||
genepi = { };
|
genepi = { };
|
||||||
|
renoir = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -47,6 +48,14 @@
|
||||||
roles.server.tags = [ "dns" ];
|
roles.server.tags = [ "dns" ];
|
||||||
roles.default.tags = [ "all" ];
|
roles.default.tags = [ "all" ];
|
||||||
|
|
||||||
|
roles.default.machines."renoir".settings = {
|
||||||
|
records = {
|
||||||
|
AAAA = [
|
||||||
|
"205:8a34:1a76:f16c:964c:36e:7240:630f" # yggdrasil
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
roles.default.machines."verbena".settings = {
|
roles.default.machines."verbena".settings = {
|
||||||
records = {
|
records = {
|
||||||
AAAA = [
|
AAAA = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue