mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
update
This commit is contained in:
parent
0e5aa931f6
commit
354a9c63a9
2 changed files with 67 additions and 0 deletions
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue