Merge branch 'master' into matt/hosts

This commit is contained in:
Matt Burchett
2021-10-15 22:52:39 -05:00
committed by GitHub
6 changed files with 16 additions and 14 deletions

View File

@@ -5,15 +5,17 @@ nebula_ca_cert_duration: "87600h0m0s" #10 years
nebula_client_cert_duration: "43800h0m0s" #5 years
nebula_clean_install: false
nebula_lighthouse_build_hosts_file: true
nebula_node_lighthouse_in_hosts_file: true
nebula_node_lighthouse_in_hosts_file: true
nebula_install_check_cron: yes
nebula_lighthouse_hostname: lighthouse
nebula_lighthouse_internal_ip_addr: 192.168.77.1
nebula_lighthouse_public_hostname: my-nebula-server.com
nebula_lighthouse_public_port: 4242
nebula_default_inbound_rules:
nebula_inbound_rules:
- { port: "any", proto: "any", host: "any" }
nebula_default_outbound_rules:
nebula_outbound_rules:
- { port: "any", proto: "any", host: "any" }