omni/playbook.yaml

9 lines
154 B
YAML

---
# execute this role
- name: "install and configure SideroLabs's Omni"
hosts: "all"
become: true
roles:
- role: "docker"
- role: "omni"