7745439f35
* Document the optionality in the defaults * validate the input in the tasks before it's templated * Standardize on the exec(starts,stops,reloads} interface * Update the readme * Add functional test Change-Id: Icae36f970178b1cc79d069a94321afb1732a8c5c Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
11 lines
263 B
YAML
11 lines
263 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
|
|
config_overrides: {}
|