add immich deployment [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-18 14:54:55 +00:00
parent 0bad0a5522
commit b219a5259c
4 changed files with 305 additions and 0 deletions

View file

@ -55,6 +55,7 @@ variable "finance_app_graphql_api_secret" {}
variable "finance_app_gocardless_secret_key" {}
variable "finance_app_gocardless_secret_id" {}
variable "headscale_config" {}
variable "immich_postgresql_password" {}
variable "ansible_prefix" {
default = "ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/vault_pass.txt ansible-playbook -i playbook/hosts.yaml playbook/linux.yml -t linux/initial_setup"
@ -277,6 +278,8 @@ module "kubernetes_cluster" {
finance_app_gocardless_secret_id = var.finance_app_gocardless_secret_id
headscale_config = var.headscale_config
immich_postgresql_password = var.immich_postgresql_password
}