2020-10-12 09:32:59 +02:00
|
|
|
#!/usr/bin/env ansible-playbook
|
|
|
|
---
|
|
|
|
|
|
|
|
# Reverse proxy
|
2021-01-22 23:41:59 +01:00
|
|
|
- hosts: proxy
|
2020-10-12 09:32:59 +02:00
|
|
|
roles:
|
2021-01-23 01:14:26 +01:00
|
|
|
- install_nginx
|
|
|
|
- reverse_proxy_http
|
2021-03-02 11:33:34 +01:00
|
|
|
- share_file_web
|