expose traefik dashboard
This commit is contained in:
parent
16910be91c
commit
a944d8c2ff
6 changed files with 37 additions and 11 deletions
|
@ -20,6 +20,10 @@
|
|||
copy:
|
||||
src: "{{ role_path }}/files/services.toml"
|
||||
dest: "{{ service_dir }}/services.toml"
|
||||
- name: Copy basic_auth_users file
|
||||
copy:
|
||||
src: "{{ role_path }}/files/basic_auth_users"
|
||||
dest: "{{ service_dir }}/basic_auth_users"
|
||||
- name: Create traefik network
|
||||
docker_network:
|
||||
name: "traefik"
|
||||
|
|
Reference in a new issue