Überarbeitung zweites Lighthouse

This commit is contained in:
Stefan Mewes
2026-04-12 18:51:56 +02:00
parent 2074d09d9b
commit 395b313934
4 changed files with 27 additions and 10 deletions

View File

@@ -57,7 +57,7 @@
delegate_to: "{{ groups['nebula_lighthouse'][0] }}"
when: nebula_lighthouse_build_hosts_file
- name: Ensure all lighthouses have hosts file entry for node
- name: Ensure all secondary lighthouses have hosts file entry for node
lineinfile:
path: /etc/hosts
line: "{{ nebula_internal_ip_addr }} {{ inventory_hostname }}.neb"