ajout td4.1 mail

This commit is contained in:
Francois Lesueur 2021-11-21 20:07:00 +01:00
parent 50d33f739e
commit c5971c12f2

View File

@ -58,46 +58,34 @@ Pour cela, le contenu de votre fichier `groups/iutva/local.json` peut devenir :
"infra": { "infra": {
"container": "infra", "container": "infra",
"interfaces": [ "interfaces": [
{ {"bridge": "lan", "ipv4": "100.90.0.2/16", "ipv6": "2001:db8:90::2/48"}
"bridge": "lan", "ipv4": "100.90.0.2/16", "ipv6": "2001:db8:90::2/48"
}
], ],
"gatewayv4": "100.90.0.1", "gatewayv4": "100.90.0.1",
"gatewayv6": "2001:db8:90::1", "gatewayv6": "2001:db8:90::1",
"templates": [ "templates": [
{ {"template": "nodhcp", "domain": "iutva.milxc", "ns": "100.100.100.100"}
"template": "nodhcp", "domain": "iutva.milxc", "ns": "100.100.100.100"
}
] ]
}, },
"mail": { "mail": {
"container": "mail", "container": "mail",
"interfaces": [ "interfaces": [
{ {"bridge": "lan", "ipv4": "100.90.0.3/16", "ipv6": "2001:db8:90::3/48"}
"bridge": "lan", "ipv4": "100.90.0.3/16", "ipv6": "2001:db8:90::3/48"
}
], ],
"gatewayv4": "100.90.0.1", "gatewayv4": "100.90.0.1",
"gatewayv6": "2001:db8:90::1", "gatewayv6": "2001:db8:90::1",
"templates": [ "templates": [
{ {"template": "nodhcp", "domain": "iutva.milxc", "ns": "100.100.100.100"}
"template": "nodhcp", "domain": "iutva.milxc", "ns": "100.100.100.100"
}
] ]
}, },
"poste": { "poste": {
"container": "poste", "container": "poste",
"interfaces": [ "interfaces": [
{ {"bridge": "lan", "ipv4": "100.90.0.4/16", "ipv6": "2001:db8:90::4/48"}
"bridge": "lan", "ipv4": "100.90.0.4/16", "ipv6": "2001:db8:90::4/48"
}
], ],
"gatewayv4": "100.90.0.1", "gatewayv4": "100.90.0.1",
"gatewayv6": "2001:db8:90::1", "gatewayv6": "2001:db8:90::1",
"templates": [ "templates": [
{ {"template": "nodhcp", "domain": "iutva.milxc", "ns": "100.100.100.100"}
"template": "nodhcp", "domain": "iutva.milxc", "ns": "100.100.100.100"
}
] ]
} }
} }