HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

Task: local mode for minio too and .gitignore rpm and binaries file #39

Closed emisca closed 4 years ago

emisca commented 4 years ago

Minio takes a long time to download every time, so local mode logic should apply also to it.

Add .gitignore in the files directory so rpm files and the minio binary are not tracked (the .git directory will grow up considerably if you don't do that).

emisca commented 4 years ago

@HenryGP it's done in my repo, you can merge if you wish.