add expand to two hypervisors
This commit is contained in:
parent
d8787fa9a6
commit
ed6723e1da
11 changed files with 105 additions and 43 deletions
ansible/roles/traefik/tasks
|
@ -1,3 +1,8 @@
|
|||
- name: Create working directory
|
||||
file:
|
||||
path: /srv/traefik
|
||||
state: directory
|
||||
|
||||
- name: Create Traefik network
|
||||
docker_network:
|
||||
name: traefik
|
||||
|
|
Reference in a new issue