feat: initial commit
This commit is contained in:
commit
a3f14e61d5
7 changed files with 93 additions and 0 deletions
9
tasks/main.yaml
Normal file
9
tasks/main.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue