summaryrefslogtreecommitdiff
path: root/org-buetow-ecs/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'org-buetow-ecs/variables.tf')
-rw-r--r--org-buetow-ecs/variables.tf22
1 files changed, 11 insertions, 11 deletions
diff --git a/org-buetow-ecs/variables.tf b/org-buetow-ecs/variables.tf
index 83dca35..afc6bc2 100644
--- a/org-buetow-ecs/variables.tf
+++ b/org-buetow-ecs/variables.tf
@@ -7,19 +7,19 @@ variable "deploy_anki" {
variable "deploy_audiobookshelf" {
description = "Deploy Audio Bool Shelf Server?"
type = bool
- default = true
+ default = false
}
variable "deploy_bag" {
description = "Deploy Wallabag Server?"
type = bool
- default = true
+ default = false
}
-variable "deploy_gpodder" {
- description = "Deploy Mcro GPodder Server?"
+variable "deploy_syncthing" {
+ description = "Deploy Syncthing Server?"
type = bool
- default = true
+ default = false
}
variable "deploy_nginx" {
@@ -28,22 +28,22 @@ variable "deploy_nginx" {
default = false
}
-variable "deploy_radicale" {
- description = "Deploy Radicale Server?"
+variable "deploy_gpodder" {
+ description = "Deploy Mcro GPodder Server?"
type = bool
default = true
}
-variable "deploy_syncthing" {
- description = "Deploy Syncthing Server?"
+variable "deploy_radicale" {
+ description = "Deploy Radicale Server?"
type = bool
- default = false
+ default = true
}
variable "deploy_vault" {
description = "Deploy Vaultwarden Server?"
type = bool
- default = false
+ default = true
}
variable "deploy_flux" {