all nginx modules are installed on master node

This commit is contained in:
2026-07-01 18:45:42 +01:00
parent 8ddbae5ee2
commit 0e4aaabb54
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@ MODULES_blade-canongate := etherpad
ALL_MODULES := $(sort $(foreach hostname,$(HOSTNAMES),$(MODULES_$(hostname))))
MASTER_NODE := pi-broughton
IS_MASTER_NODE := $(filter $(MASTER_NODE),$(HOSTNAME))
NGINX_MODULES := $(if $(IS_MASTER_NODE),$(ALL_MODULES))
MODULES := $(MODULES_$(HOSTNAME))
SUBDOMAINS := $(foreach module,$(MODULES),$(SUBDOMAIN_$(module)))
COMPOSE_SERVICES := $(shell podman-compose config \