Name keys after hostname
This commit is contained in:
parent
1ddb68224e
commit
723372dd09
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
pki:
|
pki:
|
||||||
ca: /etc/nebula/ca.crt
|
ca: /etc/nebula/ca.crt
|
||||||
cert: /etc/nebula/host.crt
|
cert: /etc/nebula/{{ ansible_fqdn }}.crt
|
||||||
key: /etc/nebula/host.key
|
key: /etc/nebula/{{ ansible_fqdn }}.key
|
||||||
|
|
||||||
static_host_map:
|
static_host_map:
|
||||||
"{{ nebula_lighthouse_ip }}": ["{{ nebula_lighthouse_public_ip }}:{{ nebula_lighthouse_port }}"]
|
"{{ nebula_lighthouse_ip }}": ["{{ nebula_lighthouse_public_ip }}:{{ nebula_lighthouse_port }}"]
|
||||||
|
|
Loading…
Reference in a new issue