# Ansible Role: Systemd Unit ## Required Variables ```yaml systemd_unit_name: some.service systemd_unit_config: | [Unit] Description=... # ... ``` ## Optional Variables ```yaml systemd_unit_state: started systemd_unit_enabled: yes systemd_unit_restart_if_active: no ```