Allow nebula through firewall

This commit is contained in:
Jake Howard
2023-11-03 18:06:36 +00:00
parent b1284877a3
commit 850278ab19
6 changed files with 9 additions and 2 deletions

View File

@ -1,2 +1,3 @@
nebula_is_lighthouse: true
nebula_listen_port: "{{ nebula_lighthouse_port }}"
ssh_extra_allowed_users: f2b@{{ nebula.cidr }} f2b@{{ pve_hosts.internal_cidr }}

View File

@ -0,0 +1,2 @@
# Listen on a static port so it can be opened in the firewall
nebula_listen_port: "{{ nebula_lighthouse_port }}"