mhutter / ansible-docker-systemd-service

Ansible role for creating Systemd services for docker containers
https://galaxy.ansible.com/mhutter/docker-systemd-service
MIT License
49 stars 30 forks source link

Is systemd.service templates supported? #35

Open silvio opened 3 years ago

silvio commented 3 years ago

Hi,

I'm currently facing the task of generating a few containers through service templates. Is service templates supported in this project? If yes, how exactly do I have to do this? If no, this can be considered as a feature request. :-)

mhutter commented 3 years ago

Hi @silvio 👋

No, service templates are currently not supported and I don't plan on supporting them in the future, mostly because I'm not actively using this role anymore.

From what I know about service templates, this would certainly be a valid use case :-)