setup dependencie for ngninx
This commit is contained in:
parent
fb2189d312
commit
2f03e90648
4 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,5 @@
|
|||
# Reverse proxy
|
||||
- hosts: proxy
|
||||
roles:
|
||||
- install_nginx
|
||||
- configure_resolved
|
||||
- reverse_proxy_stream
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
# Reverse proxy
|
||||
- hosts: proxy
|
||||
roles:
|
||||
- install_nginx
|
||||
- reverse_proxy_http
|
||||
- share_file_web
|
||||
|
|
2
roles/reverse_proxy_http/meta/main.yml
Normal file
2
roles/reverse_proxy_http/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- role: install_nginx
|
2
roles/reverse_proxy_stream/meta/main.yml
Normal file
2
roles/reverse_proxy_stream/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- role: install_nginx
|
Loading…
Reference in a new issue