Adding clean_install option to role (#3)

add uninstall/clean install option
This commit is contained in:
Matt Burchett
2021-08-26 21:26:11 -05:00
committed by GitHub
parent b5c2a7fbe1
commit 1d0b31fe2f
3 changed files with 54 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
---
- name: Uninstall Nebula (clean install)
include: uninstall.yml
when: nebula_clean_install
- name: Install Nebula on all hosts
include: nebula.yml