move variables
This commit is contained in:
parent
cd47c91379
commit
1c22cb3640
2 changed files with 5 additions and 4 deletions
5
group_vars/all/web_services.yml
Normal file
5
group_vars/all/web_services.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
|
||||
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"}
|
|
@ -5,7 +5,3 @@
|
|||
- hosts: hindley.adh.auro.re
|
||||
roles:
|
||||
- reverse_proxy
|
||||
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"}
|
||||
|
|
Loading…
Reference in a new issue