Make Traefik installation optional via traefik_install variable

This commit is contained in:
2026-01-19 17:55:29 +01:00
parent 4b9e3a08e3
commit f545970f05
2 changed files with 4 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ chill_image_redis: "redis"
chill_image_rabbitmq: "rabbitmq:3-management-alpine"
chill_image_relatorio: "registry.gitlab.com/champs-libres/public/relatorio-tornado/app:latest"
traefik_image_traefik: "traefik:v3.2"
# to install or not traefik as front-end
traefik_install: true

View File

@@ -60,6 +60,7 @@
- name: Install traefik
ansible.builtin.include_tasks: traefik.yml
when: traefik_install
- name: Install systemd services
ansible.builtin.template: