소스 검색

Explicitly ask for matrix_bot_maubot_initial_password

pull/3376/head
Slavi Pantaleev 1 년 전
부모
커밋
5a40e99d11
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      roles/custom/matrix-bot-maubot/defaults/main.yml
  2. +1
    -0
      roles/custom/matrix-bot-maubot/tasks/validate_config.yml

+ 2
- 1
roles/custom/matrix-bot-maubot/defaults/main.yml 파일 보기

@@ -6,9 +6,10 @@
matrix_bot_maubot_enabled: true

matrix_bot_maubot_login: bot.maubot

# This is just initial password and it will not manage subsequent password changes.
# Use a tool like synapse-admin if you need to change it.
matrix_bot_maubot_initial_password: "{{ lookup('password', '/dev/null', length=64 }}"
matrix_bot_maubot_initial_password: ''

matrix_bot_maubot_scheme: https
matrix_bot_maubot_hostname: ''


+ 1
- 0
roles/custom/matrix-bot-maubot/tasks/validate_config.yml 파일 보기

@@ -25,3 +25,4 @@
- {'name': 'matrix_bot_maubot_container_network', when: true}
- {'name': 'matrix_bot_maubot_homeserver_name', when: true}
- {'name': 'matrix_bot_maubot_homeserver_url', when: true}
- {'name': 'matrix_bot_maubot_initial_password', when: true}

불러오는 중...
취소
저장