add simple traefik stack

This commit is contained in:
Pim Kunis 2023-05-02 12:22:16 +02:00
parent b8afb2ac64
commit 4678724dcf
4 changed files with 63 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
- name: Start Docker stacks
hosts: manager
roles:
- {role: traefik, tags: traefik}