5 lines
106 B
YAML
5 lines
106 B
YAML
---
|
|
- hosts: webservers
|
|
roles:
|
|
- role: minio
|
|
minio_root_password: "{{ minio.root_password }}"
|