Commit 38d14aa7 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add playbook file for local execution

parent 25898732
Loading
Loading
Loading
Loading
Loading

playbook.yaml

0 → 100644
+12 −0
Original line number Diff line number Diff line
---

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

    # execute role
    - name: "install and configure SideroLabs's Omni"
      ansible.builtin.include_role:
        name: "."