[disabled traefik on agent]

This commit is contained in:
2024-07-27 20:01:37 +02:00
parent b9b7a04624
commit 5aa60f4cac

View File

@@ -131,7 +131,7 @@
- name: Copy the stack
ansible.builtin.copy:
content: "version: '3.12'"
content: "version: '3.13'"
dest: /opt/stack.yml
when: inventory_hostname in groups['docker_swarm_manager']
@@ -151,7 +151,7 @@
name: cluster
compose:
- /opt/stack.yml
- version: '3.12'
- version: '3.13'
# https://github.com/akhil/traefik-docker-swarm-example/blob/master/traefik.yml
- services:
traefik: