I have a cronjob which executes a python script. python script takes two parameter username and pass.
for example : execute.py vijay hTbY87
Requirement is to take this username and pass from dataBag i have in chef. My instance where i need to run this cronjob is in AWS.
Is there a way to have such a cronjob ?