mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
Add the full media automation stack (sonarr, radarr, prowlarr, lidarr, readarr, whisparr), media servers (jellyfin, plex), and supporting services (transmission, samba, ollama, promtail, cloudflared, vsftpd) to the repo as a media_stack Ansible role. Includes: - Custom systemd unit files for non-package-managed services - Config files for promtail, samba, transmission, vsftpd - Cron jobs for movie-rename-fix, sonarr/radarr midnight restarts - Updated deploy.yml to wire the role into london-b's stage - Updated london-b docs with full service inventory Backup script (backup.sh) already covered by the existing backup role. Node/systemd exporters already covered by existing monitoring roles. Closes PESO-92
84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
|
"alt-speed-down": 0,
|
|
"alt-speed-enabled": false,
|
|
"alt-speed-time-begin": 540,
|
|
"alt-speed-time-day": 127,
|
|
"alt-speed-time-enabled": false,
|
|
"alt-speed-time-end": 1020,
|
|
"alt-speed-up": 0,
|
|
"announce-ip": "",
|
|
"announce-ip-enabled": false,
|
|
"anti-brute-force-enabled": false,
|
|
"anti-brute-force-threshold": 100,
|
|
"bind-address-ipv4": "0.0.0.0",
|
|
"bind-address-ipv6": "::",
|
|
"blocklist-enabled": false,
|
|
"blocklist-url": "http://www.example.com/blocklist",
|
|
"cache-size-mb": 4,
|
|
"default-trackers": "",
|
|
"dht-enabled": true,
|
|
"download-dir": "/hdd/downloads",
|
|
"download-limit": 100,
|
|
"download-limit-enabled": 0,
|
|
"download-queue-enabled": true,
|
|
"download-queue-size": 100,
|
|
"encryption": 1,
|
|
"idle-seeding-limit": 30,
|
|
"idle-seeding-limit-enabled": false,
|
|
"incomplete-dir": "/var/lib/transmission-daemon/Downloads",
|
|
"incomplete-dir-enabled": false,
|
|
"lpd-enabled": false,
|
|
"max-peers-global": 200,
|
|
"message-level": 4,
|
|
"peer-congestion-algorithm": "",
|
|
"peer-id-ttl-hours": 6,
|
|
"peer-limit-global": 200,
|
|
"peer-limit-per-torrent": 50,
|
|
"peer-port": 6881,
|
|
"peer-port-random-high": 65535,
|
|
"peer-port-random-low": 49152,
|
|
"peer-port-random-on-start": false,
|
|
"peer-socket-tos": "le",
|
|
"pex-enabled": true,
|
|
"port-forwarding-enabled": false,
|
|
"preallocation": 1,
|
|
"prefetch-enabled": true,
|
|
"queue-stalled-enabled": true,
|
|
"queue-stalled-minutes": 30,
|
|
"ratio-limit": 0,
|
|
"ratio-limit-enabled": true,
|
|
"rename-partial-files": true,
|
|
"rpc-authentication-required": false,
|
|
"rpc-bind-address": "0.0.0.0",
|
|
"rpc-enabled": true,
|
|
"rpc-host-whitelist": "127.0.0.1,localhost,london-b,download.pez.sh,download.pez.solutions",
|
|
"rpc-host-whitelist-enabled": false,
|
|
"rpc-port": 9091,
|
|
"rpc-socket-mode": "0750",
|
|
"rpc-url": "/transmission/",
|
|
"rpc-username": "transmission",
|
|
"rpc-whitelist": "127.0.0.1,localhost,london-b,download.pez.sh,download.pez.solutions",
|
|
"rpc-whitelist-enabled": false,
|
|
"scrape-paused-torrents-enabled": true,
|
|
"script-torrent-added-enabled": false,
|
|
"script-torrent-added-filename": "",
|
|
"script-torrent-done-enabled": false,
|
|
"script-torrent-done-filename": "",
|
|
"script-torrent-done-seeding-enabled": false,
|
|
"script-torrent-done-seeding-filename": "",
|
|
"seed-queue-enabled": false,
|
|
"seed-queue-size": 10,
|
|
"speed-limit-down": 50,
|
|
"speed-limit-down-enabled": false,
|
|
"speed-limit-up": 1000,
|
|
"speed-limit-up-enabled": true,
|
|
"start-added-torrents": true,
|
|
"tcp-enabled": true,
|
|
"torrent-added-verify-mode": "fast",
|
|
"trash-original-torrent-files": false,
|
|
"umask": "022",
|
|
"upload-limit": 100,
|
|
"upload-limit-enabled": 0,
|
|
"upload-slots-per-torrent": 14,
|
|
"utp-enabled": true
|
|
}
|