Deploy minio

My own S3, for various things
This commit is contained in:
Jake Howard
2023-11-12 21:23:54 +00:00
parent 38840402b9
commit dfef31cbfa
8 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: restart minio
shell:
chdir: /opt/minio
cmd: "{{ docker_update_command }}"