check for duplicate ips on startup

This commit is contained in:
AndrewPaglusch
2024-06-15 13:59:40 -05:00
committed by Andrew Paglusch
parent 8e69bd0375
commit c73ebba5b6
2 changed files with 26 additions and 1 deletions

View File

@@ -4,7 +4,10 @@
- name: Uninstall Nebula (clean install)
include_tasks: uninstall.yml
when: nebula_clean_install|bool
- name: Preflight checks
include_tasks: preflight.yml
- name: Install Nebula on all hosts
include_tasks: nebula.yml