meshing fixed
This commit is contained in:
parent
c2ec3c672b
commit
395a34d811
4 changed files with 113 additions and 75 deletions
19
mapping.nix
Normal file
19
mapping.nix
Normal 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"
|
||||
# ];
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue