add shadowsocks deployment [skip ci]

This commit is contained in:
viktorbarzin 2022-11-19 17:51:04 +00:00
parent 622df87b89
commit 20e6dbb760
4 changed files with 107 additions and 0 deletions

View file

@ -34,6 +34,7 @@ variable "idrac_username" {}
variable "idrac_password" {}
variable "alertmanager_slack_api_url" {}
variable "home_assistant_configuration" {}
variable "shadowsocks_password" {}
resource "null_resource" "core_services" {
# List all the core modules that must be provisioned first
@ -191,6 +192,11 @@ module "reloader" {
source = "./reloader"
}
module "shadowsocks" {
source = "./shadowsocks"
password = var.shadowsocks_password
}
module "city-guesser" {
source = "./city-guesser"
tls_secret_name = var.tls_secret_name