Thanks John for the reply
I am able to look playbook which does configuration part. But found these things missing
1. Playbook which create VM from the template and then deploy it
2. Login Credentials
3.Inventory file content.(at the start of deployment there will be only one host and after that host will be added)
4.Configuration file.
Or is it deployment follow below plan
1. Creation of VM from template is done for all nodes.
2. IPs /port group assigned
3.Ansible is installed on all nodes
4.Now Ansible is run on all nodes to configure themselves.
Any info regarding configuration and process will be helpful.