first multi-site deploy working 🎉

This commit is contained in:
Vivian 2022-09-10 10:46:34 +02:00
parent 1ee95b1f9c
commit 6ae076296e
3 changed files with 44 additions and 1 deletions

View file

@ -69,12 +69,14 @@
profile = "dns";
ip = "10.42.42.15";
mac = "5E:F6:36:23:16:E3";
tags = [ "dns" ];
}
{
hostname = "dns-2";
profile = "dns";
ip = "10.42.42.16";
mac = "B6:04:0B:CD:0F:9F";
tags = [ "dns" ];
}
{
hostname = "minio";