This commit is contained in:
2025-02-19 04:48:16 -06:00
parent 0e5aa931f6
commit 354a9c63a9
2 changed files with 67 additions and 0 deletions

View File

@@ -65,4 +65,14 @@ locals {
node = ["mothership", "overlord", "vanguard"]
ip = ["34", "35", "36"]
}
pihole = {
tags = "pihole"
count = 3
name = ["pihole-01", "pihole-02", "pihole-03"]
cores = 2
memory = "2048"
drive = 20
node = ["mothership", "overlord", "vanguard"]
ip = ["41", "42", "43"]
}
}