add minio
This commit is contained in:
5
playbooks/ghp/minio.yaml
Normal file
5
playbooks/ghp/minio.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: k8s
|
||||
connection: local
|
||||
roles:
|
||||
- minio
|
@ -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
|
||||
|
Reference in New Issue
Block a user