Added role for jwilder nginx proxy.

This is useful when you want to handle ssl or when you want to proxy
multiple containers on a single host.
This commit is contained in:
Egon Rijpkema
2018-02-13 10:07:24 +01:00
parent 4b91b61b66
commit 593082f710
4 changed files with 67 additions and 0 deletions

6
nginx_proxy.yml Normal file
View File

@ -0,0 +1,6 @@
---
- hosts: all
become: True
roles:
- docker
- nginx-proxy