mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Explicitly ask for matrix_bot_maubot_initial_password
This commit is contained in:
		@@ -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: ''
 | 
			
		||||
 
 | 
			
		||||
@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user