feat: add playbook to atuin role

This commit is contained in:
Simon Cornet 2025-10-02 16:10:28 +02:00
commit 44d3015327

8
playbook.yaml Normal file
View file

@ -0,0 +1,8 @@
---
# execute this role
- name: "install and configure Atuin Server"
hosts: "all"
become: true
roles:
- role: "."