fix(meta/nodes): use the full FQDN for vault01
All checks were successful
Check meta / check_meta (push) Successful in 30s
Check meta / check_dns (push) Successful in 52s
build configuration / build_storage01 (push) Successful in 1m19s
build configuration / build_vault01 (push) Successful in 1m20s
build configuration / build_web02 (push) Successful in 53s
build configuration / build_compute01 (push) Successful in 1m23s
build configuration / build_web01 (push) Successful in 1m38s
lint / check (push) Successful in 23s
build configuration / build_rescue01 (push) Successful in 54s
build configuration / push_to_cache (push) Successful in 2m10s

Otherwise, I cannot really hit it… :D

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-06-14 22:15:46 +02:00
parent 450d862b41
commit 6a44aa3504

View file

@ -62,7 +62,7 @@
vault01 = {
site = "hyp01";
deployment.targetHost = "vault01.dgnum";
deployment.targetHost = "vault01.hyp01.infra.dgnum.eu";
stateVersion = "23.11";
nixpkgs = "unstable";