From 38d14aa7eb63d4f4b30423926bb7b774ca1b1fa6 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 16:45:39 +0200 Subject: [PATCH] feat: add playbook file for local execution --- playbook.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 playbook.yaml diff --git a/playbook.yaml b/playbook.yaml new file mode 100644 index 0000000..62cbabd --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,12 @@ +--- + +# 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: "."