Vault var fix.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 17s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (push) Successful in 3m21s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 14s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Successful in 3m32s

This commit is contained in:
2025-07-13 11:29:58 -04:00
parent e2f757f1f6
commit 5a18295e00
@@ -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:
# <OPTIONAL> recycle_bin var: </your/path/here/> # Path of the RecycleBin folder. Default location is set to remote_dir/.RecycleBin
# <OPTIONAL> torrents_dir var: </your/path/here/> # Path of the your qbittorrent torrents directory. Required for `save_torrents` attribute in recyclebin
# <OPTIONAL> orphaned_dir var: </your/path/here/> # 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
# <Category Name> : <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