ansible-role-systemd_service/examples/playbook.yml

14 lines
375 B
YAML

.. code-block:: yaml
- name: Create a systemd unit file for ServiceX
hosts: localhost
become: true
roles:
- role: "systemd_service"
systemd_services:
service_name: ServiceX
init_config_overrides: {}
program_config_options: '--flag1 things --flag2 other'
tags:
- servicex-init