deployerbot: move from vno1-oh2 to fwminex
This commit is contained in:
parent
38311119f9
commit
1947ed9ba5
@ -101,6 +101,30 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
deployerbot = {
|
deployerbot = {
|
||||||
|
main = {
|
||||||
|
enable = true;
|
||||||
|
uidgid = myData.uidgid.updaterbot-deployer;
|
||||||
|
repo = "git@git.jakstys.lt:motiejus/config";
|
||||||
|
deployDerivations = [
|
||||||
|
".#vno1-oh2"
|
||||||
|
".#fra1-a"
|
||||||
|
];
|
||||||
|
deployIfPresent = [
|
||||||
|
{
|
||||||
|
derivationTarget = ".#fwminex";
|
||||||
|
pingTarget = myData.hosts."fwminex.motiejus.jakst".jakstIP;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
derivationTarget = ".#mtworx";
|
||||||
|
pingTarget = myData.hosts."mtworx.motiejus.jakst".jakstIP;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
derivationTarget = ".#vno3-rp3b";
|
||||||
|
pingTarget = myData.hosts."vno3-rp3b.servers.jakst".jakstIP;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
follower = {
|
follower = {
|
||||||
publicKeys = [
|
publicKeys = [
|
||||||
myData.hosts."vno1-oh2.servers.jakst".publicKey
|
myData.hosts."vno1-oh2.servers.jakst".publicKey
|
||||||
|
@ -197,30 +197,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
deployerbot = {
|
deployerbot = {
|
||||||
main = {
|
|
||||||
enable = true;
|
|
||||||
uidgid = myData.uidgid.updaterbot-deployer;
|
|
||||||
repo = "git@git.jakstys.lt:motiejus/config";
|
|
||||||
deployDerivations = [
|
|
||||||
".#vno1-oh2"
|
|
||||||
".#fra1-a"
|
|
||||||
];
|
|
||||||
deployIfPresent = [
|
|
||||||
{
|
|
||||||
derivationTarget = ".#fwminex";
|
|
||||||
pingTarget = myData.hosts."fwminex.motiejus.jakst".jakstIP;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
derivationTarget = ".#mtworx";
|
|
||||||
pingTarget = myData.hosts."mtworx.motiejus.jakst".jakstIP;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
derivationTarget = ".#vno3-rp3b";
|
|
||||||
pingTarget = myData.hosts."vno3-rp3b.servers.jakst".jakstIP;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
follower = {
|
follower = {
|
||||||
publicKeys = [
|
publicKeys = [
|
||||||
myData.hosts."vno1-oh2.servers.jakst".publicKey
|
myData.hosts."vno1-oh2.servers.jakst".publicKey
|
||||||
|
Loading…
Reference in New Issue
Block a user