From 1ff9faca0cdeea6ffb28be309ba0be99a30b4b28 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 16:14:54 +0200 Subject: [PATCH] feat: add playbook for local execution --- playbook.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 playbook.yaml diff --git a/playbook.yaml b/playbook.yaml new file mode 100644 index 0000000..d7b42f0 --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,8 @@ +--- + +# execute this role +- name: "install and configure common items" + hosts: "all" + become: true + roles: + - role: "."