Update node.yml

This commit is contained in:
Andrew Paglusch
2021-08-25 23:13:46 -05:00
committed by GitHub
parent b8e3fa11c6
commit 11eb373302

View File

@@ -14,7 +14,7 @@
- name: Ensure node has hosts file entry for lighthouse
lineinfile:
path: /etc/hosts
line: "{{ nebula_lighthouse_internal_ip_addr }} {{ nebula_lighthouse_hostname }}.neb {{ nebula_lighthouse_hostname }}"
line: "{{ nebula_lighthouse_internal_ip_addr }} {{ nebula_lighthouse_hostname }}.neb"
- name: Read cert/key from lighthouse
slurp: