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