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
1
inventories/vagrant/host_vars/backend/keycloak.yml
Normal file
1
inventories/vagrant/host_vars/backend/keycloak.yml
Normal file
|
|
@ -0,0 +1 @@
|
|||
keycloak_admin_password: admin
|
||||
3
inventories/vagrant/host_vars/backend/main.yml
Normal file
3
inventories/vagrant/host_vars/backend/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# Backend server configuration
|
||||
# This server hosts application services that are exposed via the DMZ reverse proxy
|
||||
21
inventories/vagrant/host_vars/backend/traefik.yml
Normal file
21
inventories/vagrant/host_vars/backend/traefik.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Services to be exposed through the DMZ reverse proxy
|
||||
traefik_services:
|
||||
- name: httpbin
|
||||
domain: httpbin.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
- name: keycloak
|
||||
domain: keycloak.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
|
||||
# Example: Add more services as you deploy them
|
||||
# - name: forgejo
|
||||
# domain: git.example.com
|
||||
# port: 3000
|
||||
# protocol: http
|
||||
|
||||
# - name: nextcloud
|
||||
# domain: cloud.example.com
|
||||
# port: 80
|
||||
# protocol: http
|
||||
Loading…
Add table
Add a link
Reference in a new issue