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