Need Python API 2.0 fully explained documents

Hi Team,

I am new for Ansible. I don’t want to execute YAML file. My requirement is to implement all necessary ansible keywods(like hosts,vars,tasks) in my python scripts to install any software on remote server.

Regards,
Manish

hello,

for python api 2.0.documentation go through this link: http://docs.ansible.com/ansible/latest/dev_guide/developing_api.html#detailed-api-example

thanks