add traefik container and add tags to roles

This commit is contained in:
Kevin Heyer 2025-06-14 17:15:40 +02:00
parent e83d05b79b
commit 8377f222c6

View file

@ -2,5 +2,13 @@
- name: Install and start Apache web server
hosts: docker1
roles:
- server_install_ssh
- server_install_fail2ban
- role: server_install_ssh
tags: ssh
- role: server_install_fail2ban
tags: fail2ban
- role: deploy_container_traefik
tags:
- traefik
- docker-container