play for installing traefik on lb servers

This commit is contained in:
2026-08-05 20:50:58 +02:00
parent ecdf64ffac
commit c89e8c565a
10 changed files with 237 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
---
- name: Install traefik using Docker
hosts: all
roles:
- role: roles/firewall
- role: roles/docker
- role: roles/env
- role: roles/traefik