12 lines
285 B
YAML
12 lines
285 B
YAML
---
|
|
- name: Install Nebula on all hosts
|
|
include: nebula.yml
|
|
|
|
- name: Deploy Lighthouse
|
|
include: lighthouse.yml
|
|
when: inventory_hostname in groups['nebula_lighthouse']
|
|
|
|
- name: Deploy Nebula Node
|
|
include: node.yml
|
|
when: inventory_hostname not in groups['nebula_lighthouse']
|