Update 2 files

- /roles/qbittorrent/tasks/main.yml
- /group_vars/all.yml
This commit is contained in:
Administrator 2025-12-18 13:50:12 +05:00
parent 478f653ad8
commit 2662cffcf0
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ qbittorrent_shares:
opts: "rw,uid={{ qbittorrent_puid }},gid={{ qbittorrent_pgid }},file_mode=0777,dir_mode=0777,iocharset=utf8,vers=3.0" opts: "rw,uid={{ qbittorrent_puid }},gid={{ qbittorrent_pgid }},file_mode=0777,dir_mode=0777,iocharset=utf8,vers=3.0"
- name: abook - name: abook
src: "//192.168.1.203/Abook" src: "//192.168.1.203/Abook"
dest: "/mnt/video/abook" dest: "/mnt/abook"
opts: "rw,uid={{ qbittorrent_puid }},gid={{ qbittorrent_pgid }},file_mode=0777,dir_mode=0777,iocharset=utf8,vers=3.0,guest" opts: "rw,uid={{ qbittorrent_puid }},gid={{ qbittorrent_pgid }},file_mode=0777,dir_mode=0777,iocharset=utf8,vers=3.0,guest"
- name: music - name: music
src: "//192.168.1.203/Music" src: "//192.168.1.203/Music"

View File

@ -76,7 +76,7 @@
{% if qb_temp_password.stdout != "" %} {% if qb_temp_password.stdout != "" %}
Пароль: {{ qb_temp_password.stdout }} Пароль: {{ qb_temp_password.stdout }}
{% else %} {% else %}
Пароль: (сгенерирован, проверьте логи) Пароль: (сгенерирован, проверьте логи docker logs qbittorrent)
{% endif %} {% endif %}
============================================ ============================================
Смените пароль при первом входе! Смените пароль при первом входе!