création profil prunetwork && workstation

This commit is contained in:
2017-01-01 18:23:59 +01:00
parent 05b5da4319
commit f632193558

View File

@@ -183,11 +183,21 @@ in
(mkIf pfl.isPrunetwork {
r6d.config-generator = {
auto-upgrade = true;
docker = true;
locate = true;
fail2ban = true;
swap = true;
};
})
(mkIf (pfl.isPrunetwork && pfl.isWorkstation) {
r6d.config-generator = {
developpement = true;
developpement-haskell = true;
developpement-java = true;
print = true;
virtualbox = true;
};
})
## Affectation des profils aux machines
@@ -198,7 +208,6 @@ in
};
r6d.config-generator = {
docker = true;
radicale = true;
tincAddress = "192.168.12.6/24";
tincExtraConfig = ''
@@ -214,14 +223,10 @@ in
};
r6d.config-generator = {
developpement = true;
developpement-haskell = true;
developpement-java = true;
elasticsearch = true;
hydra-builder = true;
hydra-core = true;
kibana = true;
print = true;
rabbitmq = true;
tincAddress = "192.168.12.3/24";
tincExtraConfig = ''
@@ -229,7 +234,6 @@ in
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
virtualbox = true;
};
})