d4rkstar / ansible-role-mongodb

Ansible Role for installing MongoDB
GNU General Public License v3.0
1 stars 1 forks source link

Centos fixes #1

Closed badrange closed 8 years ago

badrange commented 8 years ago

I tried using your role on a CentOS based environment and ran into a few stumbling blocks. Firstly ansible playbook wouldn't run because of errors in tasks/setup-RedHat.yml, and secondly mongod wouldn't start because of errors in the configuration.

Thanks for making this role - it was a very helpful starting point!

d4rkstar commented 8 years ago

Hello, firstly, thank you for your contribution.I didn't tested a lot on Centos.

I've sent you some considerations.

Bruno

badrange commented 8 years ago

Hi Bruno, I just pushed an update. I chose to explicitly specify mongo_storage_dbpath in all of the vars/.yml files in case a new one is added in the future. What do you think?