Add minio to ansible

This commit is contained in:
Tobias Reisinger 2023-12-11 15:27:03 +01:00
parent 5f9747c378
commit e006f44dd6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 53 additions and 53 deletions
_ansible/roles/minio/tasks

View file

@ -0,0 +1,7 @@
---
- name: Deploy {{ svc.name }}
tags:
- minio
- storage
block:
- import_tasks: deploy-common-service.yml