chore: remove old inventory for now and add vagrant
old inventory was never in use. Vagrant for local development
This commit is contained in:
parent
a376d31617
commit
102b1d487f
18 changed files with 198 additions and 43 deletions
2
inventories/vagrant/host_vars/backend2/httbin.yml
Normal file
2
inventories/vagrant/host_vars/backend2/httbin.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Httpbin service configuration (overrides for this host)
|
||||
httpbin_domain: "httpbin-srv2.local.test"
|
||||
3
inventories/vagrant/host_vars/backend2/main.yml
Normal file
3
inventories/vagrant/host_vars/backend2/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# Backend2 server configuration
|
||||
# This is a minimal test server for testing multi-backend routing
|
||||
6
inventories/vagrant/host_vars/backend2/traefik.yml
Normal file
6
inventories/vagrant/host_vars/backend2/traefik.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Services to be exposed through the DMZ reverse proxy
|
||||
traefik_services:
|
||||
- name: httpbin-srv2
|
||||
domain: "{{ httpbin_domain }}"
|
||||
port: 443
|
||||
protocol: https
|
||||
Loading…
Add table
Add a link
Reference in a new issue