🧪: dc1
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m28s

This commit is contained in:
VC
2025-07-11 15:56:28 +02:00
parent a6000eb517
commit 93580cd138
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
web_hostname:
- host: kck.test.mateu.be
- host: vlt.test.mateu.be

View File

@@ -0,0 +1,8 @@
server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://localhost:8080;
}
}

View File

@@ -0,0 +1,8 @@
server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://localhost:8200;
}
}