Moved ansible stuff to own folder

This commit is contained in:
Jef Roosens 2021-12-18 10:30:44 +01:00
parent 868acbc08f
commit fb5bb177ca
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
33 changed files with 1 additions and 22 deletions

View file

@ -0,0 +1,12 @@
---
- name: Copy over config file.
template:
src: traefik.yml.j2
dest: /srv/traefik.yml
notify: deploy traefik
- name: Copy over stack file.
template:
src: traefik-stack.yml.j2
dest: /srv/traefik-stack.yml
notify: deploy traefik