mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 11:55:47 +02:00
first part of config
This commit is contained in:
commit
8ee7c76f64
30 changed files with 729 additions and 0 deletions
12
roles/traefik-deploy/tasks/main.yml
Normal file
12
roles/traefik-deploy/tasks/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- name: Copy over config file.
|
||||
template:
|
||||
src: traefik.yml.j2
|
||||
dest: "srv/traefik.yml"
|
||||
notify: deploy treafik
|
||||
|
||||
- name: Copy over stack file.
|
||||
template:
|
||||
src: traefik-stack.yml.j2
|
||||
dest: /srv/traefik-stack.yml
|
||||
notify: deploy traefik
|
||||
Loading…
Add table
Add a link
Reference in a new issue