mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Switch from playbook vars to role defaults
By using role defauts, we can have inventory variables which overide the defaults.
This commit is contained in:
		@@ -84,7 +84,7 @@ You can follow these steps:
 | 
			
		||||
 | 
			
		||||
- copy the sample configuration file (`cp examples/host-vars.yml inventory/matrix.<your-domain>/vars.yml`)
 | 
			
		||||
 | 
			
		||||
- edit the configuration file (`inventory/matrix.<your-domain>/vars.yml`) to your liking
 | 
			
		||||
- edit the configuration file (`inventory/matrix.<your-domain>/vars.yml`) to your liking. You may also take a look at `roles/matrix-server/defaults.main.yml` and see if there's something you'd like to copy over and override in your `vars.yml` configuration file.
 | 
			
		||||
 | 
			
		||||
- copy the sample inventory hosts file (`cp examples/hosts inventory/hosts`)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -44,4 +44,4 @@ matrix_services_restart_cron_time_definition: "15 4 3 * *"
 | 
			
		||||
matrix_coturn_turn_udp_min_port: 49152
 | 
			
		||||
matrix_coturn_turn_udp_max_port: 49172
 | 
			
		||||
 | 
			
		||||
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"
 | 
			
		||||
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"
 | 
			
		||||
		Reference in New Issue
	
	Block a user