mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
8 lines
107 B
YAML
8 lines
107 B
YAML
---
|
|
- hosts: minio
|
|
become: true
|
|
gather_facts: true
|
|
any_errors_fatal: true
|
|
roles:
|
|
- role: minio
|