dokku / ansible-dokku

Ansible modules for installing and configuring Dokku
MIT License
169 stars 44 forks source link

Support for `git:from-image`? #124

Closed fr3fou closed 2 years ago

fr3fou commented 2 years ago

The git:from-image plugin has not been implemented in the ansible library yet, it'd be of great use to deploy services like Meilisearch or others that don't have plugins implemented yet. Are there any plans on implmenting this in the future?

ltalirz commented 2 years ago

hey @fr3fou , I'm not going to work on it personally but you're most welcome to give it a try and I will be happy to review the PR.

the code to look at for inspiration would probably be https://github.com/dokku/ansible-dokku/blob/master/library/dokku_git_sync.py