github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/roles/preflight/templates/kismatic-inspector.service.j2 (about) 1 [Unit] 2 Description=Kismatic Inspector 3 Documentation=https://github.com/apprenda/kismatic 4 5 [Service] 6 User=root 7 ExecStart={{ bin_dir }}/kismatic-inspector server \ 8 --node-roles={{ group_names|join(",") }} \ 9 --port=8888 \ 10 --pkg-installation-disabled={% if allow_package_installation|bool %}false{% else %}true{% endif %} \ 11 --docker-installation-disabled={% if docker.enabled|bool %}false{% else %}true{% endif %} \ 12 --disconnected-installation={% if disconnected_installation|bool %}true{% else %}false{% endif %} 13 14 [Install] 15 WantedBy=multi-user.target