Compare commits
No commits in common. "b42364749d03e9defc1c8dff250f7960096fdeba" and "344b586ad07906a610d02da7c3277c78c0b9194d" have entirely different histories.
b42364749d
...
344b586ad0
3 changed files with 29 additions and 1 deletions
|
@ -31,7 +31,7 @@ job "woodpecker-ci" {
|
||||||
template {
|
template {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
WOODPECKER_OPEN=true
|
WOODPECKER_OPEN=true
|
||||||
WOODPECKER_ORGS=Deuxfleurs,distorsion
|
WOODPECKER_ORGS=Deuxfleurs
|
||||||
WOODPECKER_ADMIN=lx
|
WOODPECKER_ADMIN=lx
|
||||||
|
|
||||||
WOODPECKER_HOST=https://woodpecker.deuxfleurs.fr
|
WOODPECKER_HOST=https://woodpecker.deuxfleurs.fr
|
||||||
|
|
|
@ -25,6 +25,26 @@
|
||||||
address = "10.83.1.3";
|
address = "10.83.1.3";
|
||||||
endpoint = "82.67.87.112:33733";
|
endpoint = "82.67.87.112:33733";
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
|
"dahlia" = {
|
||||||
|
siteName = "orion";
|
||||||
|
publicKey = "EtRoWBYCdjqgXX0L+uWLg8KxNfIK8k9OTh30tL19bXU=";
|
||||||
|
address = "10.83.2.1";
|
||||||
|
endpoint = "82.66.80.201:33731";
|
||||||
|
};
|
||||||
|
"diplotaxis" = {
|
||||||
|
siteName = "orion";
|
||||||
|
publicKey = "HbLC938mysadMSOxWgq8+qrv+dBKzPP/43OMJp/3phA=";
|
||||||
|
address = "10.83.2.2";
|
||||||
|
endpoint = "82.66.80.201:33732";
|
||||||
|
};
|
||||||
|
"doradille" = {
|
||||||
|
siteName = "orion";
|
||||||
|
publicKey = "e1C8jgTj9eD20ywG08G1FQZ+Js3wMK/msDUE1wO3l1Y=";
|
||||||
|
address = "10.83.2.3";
|
||||||
|
endpoint = "82.66.80.201:33733";
|
||||||
|
};
|
||||||
|
*/
|
||||||
"df-ykl" = {
|
"df-ykl" = {
|
||||||
siteName = "bespin";
|
siteName = "bespin";
|
||||||
publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg=";
|
publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg=";
|
||||||
|
|
8
cluster/prod/site/orion.nix
Normal file
8
cluster/prod/site/orion.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
deuxfleurs.siteName = "orion";
|
||||||
|
deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254";
|
||||||
|
deuxfleurs.cnameTarget = "orion.site.deuxfleurs.fr.";
|
||||||
|
deuxfleurs.publicIPv4 = "82.66.80.201";
|
||||||
|
}
|
Loading…
Reference in a new issue