mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Make vars.yml snapshotting optional and more configurable
Certain people organize their inventory in a different way and we'd like to accommodate them. Related to #542 (Github Issue).
This commit is contained in:
		| @@ -59,6 +59,12 @@ matrix_riot_jitsi_preferredDomain: '' | ||||
| # The Docker network that all services would be put into | ||||
| matrix_docker_network: "matrix" | ||||
|  | ||||
| # Controls whether we'll preserve the vars.yml file on the Matrix server. | ||||
| # If you have a differently organized inventory, you may wish to disable this feature, | ||||
| # or to repoint `matrix_vars_yml_snapshotting_src` to the file you'd like to preserve. | ||||
| matrix_vars_yml_snapshotting_enabled: true | ||||
| matrix_vars_yml_snapshotting_src: "{{ inventory_dir }}/host_vars/{{ inventory_hostname }}/vars.yml" | ||||
|  | ||||
| # Controls whether a `/.well-known/matrix/server` file is generated and used at all. | ||||
| # | ||||
| # If you wish to rely on DNS SRV records only, you can disable this. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user