Switch to terraform
This commit is contained in:
8
ansible/netbird/templates/relay.env.j2
Normal file
8
ansible/netbird/templates/relay.env.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
# =============================================================================
|
||||
# NetBird Relay Environment
|
||||
# =============================================================================
|
||||
|
||||
NB_LOG_LEVEL=info
|
||||
NB_LISTEN_ADDRESS=:80
|
||||
NB_EXPOSED_ADDRESS={{ relay_protocol }}://{{ netbird_domain }}:{{ relay_port }}/relay
|
||||
NB_AUTH_SECRET={{ relay_secret }}
|
||||
Reference in New Issue
Block a user