Update 2 files
- /roles/qbittorrent/tasks/main.yml - /group_vars/all.yml
This commit is contained in:
parent
478f653ad8
commit
2662cffcf0
@ -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"
|
||||
- name: 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"
|
||||
- name: music
|
||||
src: "//192.168.1.203/Music"
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
{% if qb_temp_password.stdout != "" %}
|
||||
Пароль: {{ qb_temp_password.stdout }}
|
||||
{% else %}
|
||||
Пароль: (сгенерирован, проверьте логи)
|
||||
Пароль: (сгенерирован, проверьте логи docker logs qbittorrent)
|
||||
{% endif %}
|
||||
============================================
|
||||
Смените пароль при первом входе!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user