ansible/web_services.yml

12 lines
301 B
YAML
Raw Normal View History

2020-10-12 09:32:59 +02:00
#!/usr/bin/env ansible-playbook
---
# Reverse proxy
- hosts: hindley.adh.auro.re
roles:
- reverse_proxy
2020-10-12 23:02:15 +02:00
vars:
reverse_proxy_sites:
- {from: wiki.pains-perdus.fr, to: "https://azerty.fil.sand.auro.re:2443"}
- {from: hindley.pains-perdus.fr, to: "http://127.0.0.1:5000"}