I need a help with Ansible to run programatically. I using ansible 2.7 and trying to use Python API for calling the ansible plabooks programatically But the API from https://docs.ansible.com/ansible/latest/dev_guide/developing_api.html does not have an option to call the complete playbooks but only the tasks.
As per https://stackoverflow.com/a/35507743/269521 the api has the ability to pass the playbook path but the ansible is of older version. Can it be done similar with ansible 2.7? Anybody know how to call the entire playbook be referring the playbook path in python API?