24 lines
861 B
YAML
24 lines
861 B
YAML
---
|
|
|
|
argument_specs:
|
|
|
|
main:
|
|
version_added: "0.0.1"
|
|
short_description: Install and configure Multischleuder.
|
|
description:
|
|
- Install and configure L(Multischleuder,https://git.kabelsalat.ch/s3lph/multischleuder).
|
|
- "Execution of this role can be limited using the following tags:"
|
|
- "C(role::multischleuder:install): Install Multischleuder."
|
|
- "C(role::multischleuder:config): Render the Multischleuder configuration file."
|
|
- "C(role::multischleuder): Apply all of the above."
|
|
author: s3lph
|
|
options:
|
|
multischleuder_service_enabled:
|
|
description:
|
|
- Whether to enable the Multischleuder systemd timer.
|
|
type: bool
|
|
default: true
|
|
multischleuder_config:
|
|
description:
|
|
- The contents of the Multischleuder config file as a single string.
|
|
type: str
|