This commit is contained in:
4
inventory/host_vars/dc1.yml
Normal file
4
inventory/host_vars/dc1.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
web_hostname:
|
||||
- host: kck.test.mateu.be
|
||||
- host: vlt.test.mateu.be
|
8
roles/nginx/templates/vhosts/kck.test.mateu.be.conf.j2
Normal file
8
roles/nginx/templates/vhosts/kck.test.mateu.be.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8080;
|
||||
}
|
||||
}
|
||||
|
8
roles/nginx/templates/vhosts/vlt.test.mateu.be.conf.j2
Normal file
8
roles/nginx/templates/vhosts/vlt.test.mateu.be.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8200;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user