-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.auto.tfvars
More file actions
106 lines (97 loc) · 2.03 KB
/
env.auto.tfvars
File metadata and controls
106 lines (97 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
admins = [
"akerl-codepad",
"akerl-wilson",
"akerl-hafte",
]
billing_email = "me@lesaker.org"
admin_email = "admin@lesaker.org"
domains = [
"a-rwx.org", # legacy
"aker.family",
"akerl.com",
"akerl.org",
"aliceaker.com",
"carolineaker.com",
"claireaker.com",
"happilyeveraker.com",
"kellywatts.com",
"lesaker.com",
"lesaker.org",
"sophieaker.com",
]
servers = [
"charts",
"codepad",
"dmz",
"goat",
"grafana",
"hass",
"heracles",
"host",
"hub",
"k8s",
"kiosk-office",
"kiosk-poker",
"kiosk-tea",
"metrics",
"mqtt",
"proxy",
"syslog",
"unpoller",
"influx",
"garmin",
]
backup_user = "akerl-backups"
hub_records = [
"nvr",
"hass",
"grafana",
"metrics",
"logs",
"vrroom",
"receiver-theatre",
]
hass_records = [
"zwave.a-rwx.org",
"frameproxy.a-rwx.org",
]
wg_records = {
"10.255.255.1" : "dmz",
"10.255.255.2" : "hub",
"10.255.255.3" : "k8s",
"10.255.255.4" : "metrics",
"10.255.255.5" : "codepad",
"10.255.255.6" : "goat",
"10.255.255.7" : "charts",
"10.255.255.8" : "heracles",
"10.255.255.9" : "proxy",
"10.255.255.200" : "host-kvm",
}
linode_aliases = {
"goat.akerl.org" : "goat",
"charts.akerl.org" : "charts",
}
certificates = {
"goat.akerl.org" : null,
"charts.akerl.org" : null,
"frameproxy.a-rwx.org" : null,
"frame.akerl.org" : ["letsencrypt.org; validationmethods=dns-01", "amazon.com"],
"syslog.servers.home.a-rwx.org" : null,
"metrics.servers.home.a-rwx.org" : null,
"influx.servers.home.a-rwx.org" : null,
"heracles.servers.home.a-rwx.org" : null,
"grafana.servers.home.a-rwx.org" : null,
"printer.standard.home.a-rwx.org" : null,
"nas.servers.home.a-rwx.org" : null,
"hass.servers.home.a-rwx.org" : null,
"logs.a-rwx.org" : null,
"metrics.a-rwx.org" : null,
"grafana.a-rwx.org" : null,
"nvr.a-rwx.org" : null,
"hass.a-rwx.org" : null,
"zwave.a-rwx.org" : null,
"gateway.infra.home.a-rwx.org" : null,
"vrroom.a-rwx.org" : null,
"receiver-theatre.a-rwx.org" : null,
"host-kvm.wg0.a-rwx.org" : null,
}