From 44d3015327bbb839b8560d63fc0098f2b67c5630 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 16:10:28 +0200 Subject: [PATCH] feat: add playbook to atuin role --- 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..630ffdb --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,8 @@ +--- + +# execute this role +- name: "install and configure Atuin Server" + hosts: "all" + become: true + roles: + - role: "."