first multi-site deploy working 🎉
This commit is contained in:
parent
ebcdb08e03
commit
afe348d913
3 changed files with 44 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue