allow adding extra config for lighthouse node
This commit is contained in:
committed by
Andrew Paglusch
parent
a8959885bd
commit
a8d4579453
@@ -13,6 +13,7 @@ nebula_lighthouse_hostname: lighthouse
|
|||||||
nebula_lighthouse_internal_ip_addr: 192.168.77.1
|
nebula_lighthouse_internal_ip_addr: 192.168.77.1
|
||||||
nebula_lighthouse_public_hostname: my-nebula-server.com
|
nebula_lighthouse_public_hostname: my-nebula-server.com
|
||||||
nebula_lighthouse_public_port: 4242
|
nebula_lighthouse_public_port: 4242
|
||||||
|
nebula_lighthouse_extra_config: {}
|
||||||
|
|
||||||
nebula_inbound_rules:
|
nebula_inbound_rules:
|
||||||
- { port: "any", proto: "any", host: "any" }
|
- { port: "any", proto: "any", host: "any" }
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ lighthouse:
|
|||||||
#
|
#
|
||||||
# - "192.168.77.1"
|
# - "192.168.77.1"
|
||||||
|
|
||||||
|
{{ nebula_lighthouse_extra_config | to_nice_yaml | indent(2) }}
|
||||||
|
|
||||||
listen:
|
listen:
|
||||||
# 0.0.0.0 means "all interfaces," which is probably what you want
|
# 0.0.0.0 means "all interfaces," which is probably what you want
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user