add traefik container and add tags to roles
This commit is contained in:
parent
e83d05b79b
commit
8377f222c6
1 changed files with 10 additions and 2 deletions
|
@ -2,5 +2,13 @@
|
||||||
- name: Install and start Apache web server
|
- name: Install and start Apache web server
|
||||||
hosts: docker1
|
hosts: docker1
|
||||||
roles:
|
roles:
|
||||||
- server_install_ssh
|
- role: server_install_ssh
|
||||||
- server_install_fail2ban
|
tags: ssh
|
||||||
|
|
||||||
|
- role: server_install_fail2ban
|
||||||
|
tags: fail2ban
|
||||||
|
|
||||||
|
- role: deploy_container_traefik
|
||||||
|
tags:
|
||||||
|
- traefik
|
||||||
|
- docker-container
|
||||||
|
|
Loading…
Add table
Reference in a new issue