Merge pull request #4 from mattburchett/master
Only running on specified nebula hosts
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
---
|
||||
- name: Nebula Install
|
||||
block:
|
||||
- name: Uninstall Nebula (clean install)
|
||||
include: uninstall.yml
|
||||
when: nebula_clean_install
|
||||
@@ -13,3 +15,4 @@
|
||||
- name: Deploy Nebula Node
|
||||
include: node.yml
|
||||
when: inventory_hostname not in groups['nebula_lighthouse']
|
||||
when: inventory_hostname in groups['nebula_lighthouse'] or nebula_internal_ip_addr is defined
|
||||
|
||||
Reference in New Issue
Block a user