Implement very naive solution
This commit is contained in:
parent
351e1202b2
commit
1b3c14b4ce
5 changed files with 57 additions and 0 deletions
9
roles/whoami/vars/main.yml
Normal file
9
roles/whoami/vars/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
whoami_stack:
|
||||
- name: whoami
|
||||
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
||||
|
||||
whoami_upstream: >-
|
||||
'{ "@id": "whoami_upstream", "handle": [{ "handler": "reverse_proxy", "upstreams": [{ "dial": "whoami_app:80"}]}] }'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue