feat: various small fixes to the traefik config
This commit is contained in:
parent
f9250743b5
commit
68aac107da
3 changed files with 35 additions and 23 deletions
|
|
@ -12,13 +12,23 @@
|
|||
# traefik config
|
||||
- name: "traefik config"
|
||||
ansible.builtin.template:
|
||||
src: "templates/traefik/config.yml.j2"
|
||||
src: "templates/traefik/traefik.yml.j2"
|
||||
dest: "/mnt/traefik/traefik.yml"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0640"
|
||||
notify: "restart traefik"
|
||||
|
||||
# traefik http routes
|
||||
- name: "traefik https routes"
|
||||
ansible.builtin.template:
|
||||
src: "templates/traefik/http.yml.j2"
|
||||
dest: "/mnt/traefik/http.yml"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0640"
|
||||
notify: "restart traefik"
|
||||
|
||||
# transip apikey
|
||||
- name: "traefik - transip api"
|
||||
ansible.builtin.copy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue