remove hard-coded filename

This commit is contained in:
AndrewPaglusch
2021-08-26 04:28:57 +00:00
parent 11eb373302
commit d1760d56e8
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ You can read more about Nebula [on the official repo](https://github.com/slackhq
nebula_network_name: "Company Nebula Mgmt Net"
nebula_network_cidr: 16
nebula_lighthouse_hostname: lighthouse
nebula_lighthouse_internal_ip_addr: 10.43.0.1
nebula_lighthouse_public_hostname: lighthouse.company.com
nebula_lighthouse_public_port: 4242

View File

@@ -2,8 +2,8 @@ pki:
# every node needs a copy of ca.crt, <client-name>.key,
# and <client-name>.crt
ca: /opt/nebula/ca.crt
cert: /opt/nebula/lighthouse.crt
key: /opt/nebula/lighthouse.key
cert: /opt/nebula/{{ nebula_lighthouse_hostname }}.crt
key: /opt/nebula/{{ nebula_lighthouse_hostname }}.key
static_host_map:
# how to find one or more lighthouse nodes