initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
75891c3271
129 changed files with 8046 additions and 0 deletions
40
roles/nebula/templates/config.yml.j2
Normal file
40
roles/nebula/templates/config.yml.j2
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
pki:
|
||||
ca: /etc/nebula/ca.crt
|
||||
cert: /etc/nebula/host.crt
|
||||
key: /etc/nebula/host.key
|
||||
|
||||
static_host_map: {}
|
||||
|
||||
lighthouse:
|
||||
am_lighthouse: true
|
||||
interval: 60
|
||||
|
||||
listen:
|
||||
host: 0.0.0.0
|
||||
port: {{ nebula_port }}
|
||||
|
||||
punchy:
|
||||
punch: true
|
||||
|
||||
tun:
|
||||
dev: nebula1
|
||||
drop_local_broadcast: false
|
||||
drop_multicast: false
|
||||
|
||||
logging:
|
||||
level: info
|
||||
format: text
|
||||
|
||||
firewall:
|
||||
conntrack:
|
||||
tcp_timeout: 12m
|
||||
udp_timeout: 3m
|
||||
default_timeout: 10m
|
||||
outbound:
|
||||
- port: any
|
||||
proto: any
|
||||
host: any
|
||||
inbound:
|
||||
- port: any
|
||||
proto: any
|
||||
host: any
|
||||
Loading…
Add table
Add a link
Reference in a new issue