Sys-service Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: Role to manage systemd service units, including cleanup, deployment, and runtime configuration.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach
Consulting & Coaching Solutions https://www.veen.world
min_ansible_version: 2.9
platforms: [{‘name’: ‘Linux’, ‘versions’: [‘all’]}]
galaxy_tags: [‘systemd’, ‘services’, ‘automation’, ‘infinito’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://www.freedesktop.org/software/systemd/man/systemd.service.html
README¶
sys-service¶
Description¶
Overview¶
Resets service units by removing old or obsolete definitions.
Deploys new service unit files and service scripts.
Optionally sets up timers linked to the services.
Ensures correct reload/restart behavior across the stack.
Features¶
Unit Cleanup: Automated removal of old service units.
Custom Templates: Supports both
systemctl.service.j2andsystemctl@.service.j2.Timers: Integrates with
sys-timerfor scheduled execution.Runtime Limits: Configurable
RuntimeMaxSecper service.Handlers: Automatic reload/restart of services when definitions change.