setup dependencie for ngninx

This commit is contained in:
histausse 2021-08-02 03:08:36 +02:00
parent fb2189d312
commit 2f03e90648
Signed by: histausse
GPG key ID: 67486F107F62E9E9
4 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,5 @@
# Reverse proxy # Reverse proxy
- hosts: proxy - hosts: proxy
roles: roles:
- install_nginx
- configure_resolved - configure_resolved
- reverse_proxy_stream - reverse_proxy_stream

View file

@ -4,6 +4,5 @@
# Reverse proxy # Reverse proxy
- hosts: proxy - hosts: proxy
roles: roles:
- install_nginx
- reverse_proxy_http - reverse_proxy_http
- share_file_web - share_file_web

View file

@ -0,0 +1,2 @@
dependencies:
- role: install_nginx

View file

@ -0,0 +1,2 @@
dependencies:
- role: install_nginx