README.md 245 B

Ansible Role: Systemd Unit

Required Variables

systemd_unit_name: some.service
systemd_unit_config: |
  [Unit]
  Description=...
  # ...

Optional Variables

systemd_unit_state: started
systemd_unit_enabled: yes