meshing fixed

This commit is contained in:
asyncnomi 2025-07-21 23:41:18 +02:00
parent c2ec3c672b
commit 395a34d811
4 changed files with 113 additions and 75 deletions

19
mapping.nix Normal file
View file

@ -0,0 +1,19 @@
# This file is used to map "roles" to nodes
# Modules are supposed to be generic
# If some "hostvars" are needed they should
# be declared here
{
bastion = [
"bastion-mtz-lasuite-federez"
"bastion-ren-lasuite-federez"
]
# For instance:
# psql = {
# master = "some-node-1";
# slaves = [
# "some-node-2"
# "some-node-3"
# ];
# };
}