Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 245 Bytes

README.minio.md

File metadata and controls

10 lines (5 loc) · 245 Bytes

How to use

Choose a list of hosts to apply the playbook on, and run ansible-playbook:

ansible-playbook -i host1,host2,host3 ./minio-server.yml

For a single host, add a trailing comma:

ansible-playbook -i host1, ./minio-server.yml