blob: 21691c7bb20d8315bb29127402f3e9bb941dcf01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
argument_specs:
main:
short_description: Main entry point for the torrents role
description:
- This role installs the Transmission server as a systemd service.
author:
- Kumar Damani
options:
torrents_nas_mount_path:
type: 'str'
required: true
description:
- The path to the data on the NFS share.
torrents_rpc_username:
type: 'str'
required: true
description:
- The username.
torrents_rpc_password:
type: 'str'
required: true
description:
- The psswd for the user.
|