feat: initial commit

This commit is contained in:
Simon Cornet 2026-04-21 17:20:24 +02:00
commit a3f14e61d5
7 changed files with 93 additions and 0 deletions

9
tasks/main.yaml Normal file
View file

@ -0,0 +1,9 @@
---
# install rustfs
- name: "install rustfs"
ansible.builtin.import_tasks: "rustfs.yaml"
# cleanup docker
- name: "cleanup docker"
ansible.builtin.import_tasks: "cleanup.yaml"