mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
Add terraform for infra
This commit is contained in:
parent
7b5b1b8aa1
commit
5c2169d138
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ locals {
|
||||||
storage = "cache-domains"
|
storage = "cache-domains"
|
||||||
emulatessd = true
|
emulatessd = true
|
||||||
format = "raw"
|
format = "raw"
|
||||||
dnsserver = "192.168.12.1"
|
dnsserver = "192.168.12.1"
|
||||||
tags = "postgres"
|
tags = "postgres"
|
||||||
vlan = 12
|
vlan = 12
|
||||||
haproxy = {
|
haproxy = {
|
||||||
count = 3
|
count = 3
|
||||||
name = ["haproxy-01", "haproxy-02", "haproxy-03"]
|
name = ["haproxy-01", "haproxy-02", "haproxy-03"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue