add db role
This commit is contained in:
parent
18351a41f3
commit
f05ce3bca5
5 changed files with 123 additions and 0 deletions
11
mapping.nix
11
mapping.nix
|
@ -36,4 +36,15 @@
|
|||
./shared/mail.nix
|
||||
];
|
||||
};
|
||||
|
||||
db = rec {
|
||||
master = "db-mtz-lasuite-federez";
|
||||
slaves = [
|
||||
"db-ren-lasuite-federez"
|
||||
];
|
||||
hosts = [ master ] ++ slaves;
|
||||
_inherit = [
|
||||
./shared/db.nix
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue