Need help with Ansible Deployment

Hi All,

I am new to Ansible. I need to install the following softwares in server using Anisble .

1 Java 1.8

M MongoDB 3.2.8

Redis 2.4.6

I am using this playbook. However, it installs mongodb 3.2.9 and a higher version of redis although the version is being passed in the variable. Java 1.8 installs fine as mentioned in the playbook. Again , with mongodb it installs 3.2.9 although I tried to pass mongodb_version: “3.2.8”.

I have downloaded from github.

http://www.jeffgeerling.com/blog/using-ansible-galaxy

https://github.com/DavidWittman/ansible-redis
https://github.com/UnderGreen/ansible-role-mongodb

Thanks and Regards

Venkat