mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-01-18 16:47:24 +01:00
14 lines
192 B
YAML
14 lines
192 B
YAML
---
|
|
- hosts: demo
|
|
roles:
|
|
- flask_app
|
|
|
|
- hosts: localhost
|
|
become: yes
|
|
vars:
|
|
proxy_port: 80
|
|
flask_port: 8080
|
|
server_name: "135.125.246.84"
|
|
roles:
|
|
- role: nginx_proxy
|