Hey @Neha, you can pass your password file running the playbook in the following manner:
ansible-playbook --vault-password-file password-file site.yml
As far as I remember, the documentation says that all encrypted files must be encrypted using the same vault password.