fix(vault01): Connect to internet and deploy through vpn
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m3s
build configuration / build_web02 (push) Successful in 1m5s
build configuration / build_storage01 (push) Successful in 1m9s
build configuration / build_vault01 (push) Successful in 1m9s
build configuration / build_compute01 (push) Successful in 1m15s
lint / check (push) Successful in 22s
build configuration / build_web01 (push) Successful in 1m31s
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m3s
build configuration / build_web02 (push) Successful in 1m5s
build configuration / build_storage01 (push) Successful in 1m9s
build configuration / build_vault01 (push) Successful in 1m9s
build configuration / build_compute01 (push) Successful in 1m15s
lint / check (push) Successful in 22s
build configuration / build_web01 (push) Successful in 1m31s
This commit is contained in:
parent
581fa6b560
commit
2e93649de3
2 changed files with 9 additions and 8 deletions
|
@ -90,14 +90,15 @@
|
||||||
vault01 = {
|
vault01 = {
|
||||||
interfaces = {
|
interfaces = {
|
||||||
enp130s0f0 = {
|
enp130s0f0 = {
|
||||||
ipv4 = [
|
#ipv4 = [
|
||||||
{
|
# {
|
||||||
address = "129.199.210.85";
|
# address = "129.199.210.85";
|
||||||
prefixLength = 24;
|
# prefixLength = 24;
|
||||||
}
|
# }
|
||||||
];
|
#];
|
||||||
|
|
||||||
gateways = [ "129.199.210.254" ];
|
#gateways = [ "129.199.210.254" ];
|
||||||
|
gateways = [ ];
|
||||||
|
|
||||||
DHCP = "ipv4";
|
DHCP = "ipv4";
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
- par02 -> Local DGNum Jourdan
|
- par02 -> Local DGNum Jourdan
|
||||||
- par03 -> VM de Luj
|
- par03 -> VM de Luj
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{
|
{
|
||||||
web01 = {
|
web01 = {
|
||||||
site = "dmi01";
|
site = "dmi01";
|
||||||
|
@ -56,6 +55,7 @@
|
||||||
|
|
||||||
vault01 = {
|
vault01 = {
|
||||||
site = "par02";
|
site = "par02";
|
||||||
|
deployment.targetHost = "vault01.dgnum";
|
||||||
|
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
nixpkgs = "unstable";
|
nixpkgs = "unstable";
|
||||||
|
|
Loading…
Reference in a new issue