1
0
forked from HPC/HPCplaybooks
HPCplaybooks/nginx_proxy.yml
Egon Rijpkema 593082f710 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.
2018-02-13 10:07:24 +01:00

7 lines
74 B
YAML

---
- hosts: all
become: True
roles:
- docker
- nginx-proxy