Allow nebula through firewall
This commit is contained in:
@ -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 }}
|
||||
|
2
ansible/host_vars/ingress.yml
Normal file
2
ansible/host_vars/ingress.yml
Normal file
@ -0,0 +1,2 @@
|
||||
# Listen on a static port so it can be opened in the firewall
|
||||
nebula_listen_port: "{{ nebula_lighthouse_port }}"
|
Reference in New Issue
Block a user