ansible-collections / community.docker

Community Docker Collection for Ansible: modules and plugins for working with Docker
https://galaxy.ansible.com/ui/repo/published/community/docker/
GNU General Public License v3.0
198 stars 111 forks source link

Add more Docker Compose modules #956

Open felixfontein opened 1 month ago

felixfontein commented 1 month ago
SUMMARY

The following could make sense as new modules. See https://github.com/ansible-collections/community.docker/issues/941#issuecomment-2251219797 for more details.

ISSUE TYPE
COMPONENT NAME

new modules

lnlyssg commented 1 week ago

I ended up here as I'm looking to create a playbook to update my Mastodon instance. As per the linked comment I can see you are looking for any relevant use cases before adding any of these so I'd like to request run please. The Mastodon update instructions sometimes require running commands such as docker-compose run --rm web bundle exec rails db:migrate (and/or others) which I would have to run via the shell plugin currently.