I'm coming from the Docker side of things. Managing "services" is rather simple. 1 "service" = 1 container. Ensuring that a service is running at startup is easy with Ansible.
But when it comes to managing services on a Debian/Ubuntu based Linux machine, I know there's systemd
. But I can't find a proper Ansible module to define services and ensure that they run on startup. How can I achieve that?