Files
Nebula-Ansible-Role/tasks/main.yml
2021-08-26 03:13:18 +00:00

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']