-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterraform.tfvars.template
50 lines (39 loc) · 1.1 KB
/
terraform.tfvars.template
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
#####################
# General
#####################
domain = "example.org"
smtp_from = "[email protected]"
smtp_username = "[email protected]"
smtp_password = "changeme"
ovpn_username = "changeme"
ovpn_password = "changeme"
metallb_addresses_first = "192.168.1.240"
metallb_addresses_last = "192.168.1.250"
#####################
# cert-manager
#####################
cert_manager_issuer_email = "[email protected]"
#####################
# bitwarden
#####################
bitwarden_host_path = "/mnt/hdd/bitwarden"
bitwarden_server_admin_email = "[email protected]"
#deploy_bitwarden = false
#####################
# Node-RED
#####################
node_red_host_path = "/mnt/hdd/node-red"
#deploy_node_red = false
#####################
# Nextcloud
#####################
nextcloud_app_host_path = "/mnt/ssd/nextcloud-app"
nextcloud_data_host_path = "/mnt/hdd/nextcloud-data"
#deploy_nextcloud = false
#####################
# Media Center
#####################
media_apps_host_path = "/mnt/ssd/media-apps"
media_data_host_path = "/mnt/hdd/media-data"
transmission_username = "changeme"
#deploy_deploy_media_center = false