ansible-development-environ.../roles/robertdebock.ara/templates/ara.service.j2

12 lines
214 B
Django/Jinja

{{ ansible_managed | comment }}
[Unit]
Description=Ansible Runtime Analyser
[Service]
Type=simple
ExecStart={{ ara_binary_location }}/ara-manage runserver
User={{ ara_user }}
[Install]
WantedBy=multi-user.target