forked from cjblomqvist/chef-solo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode.json
More file actions
92 lines (92 loc) · 2.73 KB
/
Copy pathnode.json
File metadata and controls
92 lines (92 loc) · 2.73 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"samba": {
"workgroup": "WORKGROUP"
, "hosts_allow": ""
, "server_string": "%h server (Samba, Ubuntu)"
, "log_dir": "/var/log/samba/log.%m"
, "interfaces": ""
, "passdb_backend": "tdbsam"
}
, "transmission": {
"download_dir": "/media/HTPC/downloads/Movies"
, "incomplete_dir": "/media/HTPC/download-part"
, "incomplete_dir_enabled": "true"
, "rpc_username": "xbmc"
, "rpc_password": "{f0fcfb165a79850b950c0808439c4decd0d5bf3brl0lIldB"
, "speed_limit_down": "1000"
, "speed_limit_up": "250"
, "speed_limit_up_enabled": "true"
, "rpc_whitelist": "*.*.*.*"
, "group": "xbmc"
}
, "volumes": {
"HTPC": {
"mount_point": "/media/HTPC"
, "device": "/dev/sda3"
, "fstype": "ntfs"
, "options": "uid=xbmc,gid=xbmc"
, "pass": 0
}
}
, "xbmc": {
"path": "/home/xbmc/.xbmc"
, "owner": "xbmc"
, "group": "xbmc"
, "sources": {
"music": {
"Music": {
"path": "/media/HTPC/downloads/Music"
}
}
, "video": {
"Movies": {
"path": "/media/HTPC/downloads/Movies"
}
, "TV Shows": {
"path": "/media/HTPC/downloads/TV Shows"
}
}
}
, "advancedsettings": {
"gui": {
"algorithmdirtyregions": "1"
, "nofliptimeout": "0"
}
}
}
, "flexget": {
"owner": "xbmc"
, "group": "xbmc"
, "directory": "/home/xbmc/.flexget"
, "config": {
"tasks": {
"tv-shows": {
"transmission": {
"host": "localhost"
, "port": 9091
, "removewhendone": true
, "username": "xbmc"
, "password": "detvarkul"
, "ratio": 5.0
, "addpaused": false
}
, "regexp": {
"accept": [
"720p"
]
}
, "set": {
"path": "/media/HTPC/downloads/TV Shows"
}
, "rss": "http://www.tvtorrents.com/mytaggedRSS?digest=a8d17e2a766cf028f8b2f6cc14a3f072d5706e4f&hash=1a207338004e6e567d5c0f0bafe0394ecf582aa8&include=(720p)&exclude=(Season.*Complete)&fname=true"
}
}
}
}
, "run_list": [
"recipe[webmin]"
, "recipe[htpc]"
, "recipe[samba::server]"
, "recipe[transmission]"
]
}