feat: deployable playbook
This commit is contained in:
parent
f8e1de4f0a
commit
7ab2b719dc
23 changed files with 754 additions and 176 deletions
10
roles/traefik/handlers/main.yml
Normal file
10
roles/traefik/handlers/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: restart traefik
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ traefik_install_dir }}"
|
||||
state: present
|
||||
recreate: always
|
||||
pull: always
|
||||
tags:
|
||||
- traefik-deploy
|
||||
- handlers
|
||||
Loading…
Add table
Add a link
Reference in a new issue