add minio

This commit is contained in:
ace
2023-06-14 23:02:55 +03:00
parent c99f760481
commit 1eb2302c31
12 changed files with 106 additions and 4 deletions

5
playbooks/ghp/minio.yaml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: k8s
connection: local
roles:
- minio

View File

@ -14,3 +14,8 @@
when: openldap_enabled | default(true)
tags: openldap
- name: Deploy MinIO
import_role:
name: minio
when: minio_enabled | default(true)
tags: minio