6 lines
106 B
YAML
6 lines
106 B
YAML
---
|
|
# Install NGINX with reverse proxy conf
|
|
- hosts: proxy.adm.auro.re
|
|
roles:
|
|
- nginx-reverse-proxy
|
|
|