Update file main.yml
This commit is contained in:
parent
06a9d70791
commit
7649b51494
@ -65,14 +65,12 @@
|
||||
- name: Информация о подключении
|
||||
debug:
|
||||
msg: |
|
||||
╔══════════════════════════════════════════════════════════╗
|
||||
║ qBittorrent Запущен! ║
|
||||
╠══════════════════════════════════════════════════════════╣
|
||||
║ Веб-интерфейс: http://{{ ansible_host }}:{{ qbittorrent_port_webui }} ║
|
||||
║ Логин по умолчанию: admin ║
|
||||
{% if qb_temp_password.stdout != "" %}
|
||||
║ Временный пароль: {{ qb_temp_password.stdout }} ║
|
||||
{% else %}
|
||||
║ ║
|
||||
║ ⚠️ Смените пароль при первом входе! ║
|
||||
╚══════════════════════════════════════════════════════════╝
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃ QBITTORRENT ЗАПУЩЕН ┃
|
||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||
|
||||
🔗 Веб-интерфейс: http://{{ ansible_host }}:{{ qbittorrent_port_webui }}
|
||||
👤 Логин: admin
|
||||
{% if qb_temp_password.stdout != "" %}
|
||||
🔑 Временный пароль: {{ qb_temp_password.stdout }}
|
||||
{% else %}
|
||||
Loading…
Reference in New Issue
Block a user