Name keys after hostname

This commit is contained in:
Jake Howard 2021-01-30 18:16:28 +00:00
parent 1ddb68224e
commit 723372dd09
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,7 +1,7 @@
pki:
ca: /etc/nebula/ca.crt
cert: /etc/nebula/host.crt
key: /etc/nebula/host.key
cert: /etc/nebula/{{ ansible_fqdn }}.crt
key: /etc/nebula/{{ ansible_fqdn }}.key
static_host_map:
"{{ nebula_lighthouse_ip }}": ["{{ nebula_lighthouse_public_ip }}:{{ nebula_lighthouse_port }}"]