diff --git a/ansible/app-configs/qbittorrent/qbit_manage/config.yml.j2 b/ansible/app-configs/qbittorrent/qbit_manage/config.yml.j2 index c6272941..f643341f 100644 --- a/ansible/app-configs/qbittorrent/qbit_manage/config.yml.j2 +++ b/ansible/app-configs/qbittorrent/qbit_manage/config.yml.j2 @@ -25,7 +25,7 @@ qbt: # Pass environment variables to the config via !ENV tag host: qbittorrentvpn:8080 user: admin - pass: {{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['DELUGEVPN_PASS'] }} + pass: {{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['DELUGEVPN_PASSWORD'] }} settings: force_auto_tmm: False # Will force qBittorrent to enable Automatic Torrent Management for each torrent. @@ -59,11 +59,10 @@ directory: # recycle_bin var: # Path of the RecycleBin folder. Default location is set to remote_dir/.RecycleBin # torrents_dir var: # Path of the your qbittorrent torrents directory. Required for `save_torrents` attribute in recyclebin # orphaned_dir var: # Path of the the Orphaned Data folder. This is similar to RecycleBin, but only for orphaned data. - root_dir: "/data/torrents" + root_dir: "/downloads" # remote_dir: "/host/path/to/torrents/ifdocker/torrents/" - recycle_bin: "/path/to/.RecycleBin" - torrents_dir: "/path/to/qbitAppData/BT_backup" - orphaned_dir: "/path/to/orphaned_data" + # recycle_bin: "/path/to/.RecycleBin" + torrents_dir: "/downloads/completed/torrent" cat: # Category & Path Parameters @@ -71,11 +70,11 @@ cat: # If you want to leave a save_path as uncategorized you can use the key 'Uncategorized' as the name of the category. # You can use Unix filename pattern matching as well when specifying the save_path # : # Path of your save directory. - lidarr: "/data/torrents/music" + lidarr: "/downloads/completed/torrent/music" # prowlarr: "/data/torrents" - radarr: "/data/torrents/movies" - readarr: "/data/torrents/ebooks" - tv-sonarr: "/data/torrents/tv" + radarr: "/downloads/completed/torrent/movies" + readarr: "/downloads/completed/torrent/ebooks" + tv-sonarr: "/downloads/completed/torrent//tv" cat_change: # This moves all the torrents from one category to another category. This executes on --cat-update