add dns role
This commit is contained in:
parent
24e8170453
commit
7b3c103b5b
7 changed files with 251 additions and 0 deletions
12
mapping.nix
12
mapping.nix
|
@ -15,6 +15,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
dns = rec {
|
||||
master = "master-dns-aur-lasuite-federez";
|
||||
secondary = [
|
||||
"dns-mtz-lasuite-federez"
|
||||
"dns-ren-lasuite-federez"
|
||||
];
|
||||
hosts = [ master ] ++ secondary;
|
||||
_inherit = [
|
||||
./shared/dns.nix
|
||||
];
|
||||
};
|
||||
|
||||
# For instance:
|
||||
# psql = rec {
|
||||
# master = "some-node-1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue