Add encryption role and related files

This commit is contained in:
2024-09-29 16:11:31 +02:00
parent a03aca39df
commit 9ae5a6446b
24 changed files with 299 additions and 332 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
locals {
m3uproxy_path = "/var/lib/m3uproxy"
m3uproxy_path = "/mnt/microk8s_persistent/m3uproxy"
m3uproxy_cache_path = "${local.m3uproxy_path}/cache"
squid_app_path = "${local.m3uproxy_path}/squid"
geoip_path = "${local.m3uproxy_path}/geoip"