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: "."