Ansible with docker-compose

I have docker-compose files to create solutions such as ELK stack, Kafka (Confluent Platform) and others.
How can I leverage Ansible to automate this process? I am aware that starting from Ansible 2.1, docker_service module is available that can be used for docker-compose files.
Can anyone suggest some workflow for the same?
Thanks.