From c47c695a9d15494de6e2bf30bd2d29857e240f93 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 16:48:35 +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..eb88d3e --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,12 @@ +--- + +# execute this role +- name: "install and configure Pangolin" + hosts: "all" + become: true + tasks: + + # execute role + - name: "install and configure Pangolin" + ansible.builtin.include_role: + name: "."