You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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.