Switch to terraform
This commit is contained in:
25
ansible/caddy/group_vars/caddy_servers.yml
Normal file
25
ansible/caddy/group_vars/caddy_servers.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# Shared Caddy Reverse Proxy Configuration
|
||||
# =============================================================================
|
||||
# Single Caddy instance handling all PoC services.
|
||||
|
||||
# =============================================================================
|
||||
# Let's Encrypt Configuration
|
||||
# =============================================================================
|
||||
letsencrypt_email: "vlad.stus@gmail.com"
|
||||
|
||||
# =============================================================================
|
||||
# Paths
|
||||
# =============================================================================
|
||||
caddy_base_dir: "/opt/caddy"
|
||||
|
||||
# =============================================================================
|
||||
# Services to proxy
|
||||
# =============================================================================
|
||||
gitea_domain: "gitea-poc.networkmonitor.cc"
|
||||
gitea_http_port: 3000
|
||||
gitea_network: "gitea_gitea"
|
||||
|
||||
netbird_domain: "netbird-poc.networkmonitor.cc"
|
||||
netbird_network: "netbird_netbird"
|
||||
Reference in New Issue
Block a user