linderhof/playbooks/nebula.yml

9 lines
141 B
YAML
Raw Normal View History

---
- name: Setup Nebula overlay network
hosts: all
become: true
roles:
- role: nebula
when: enable_nebula | default(false)