mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	add ntpd defaults
This commit is contained in:
		| @@ -33,6 +33,9 @@ matrix_systemd_path: "/etc/systemd/system" | ||||
| matrix_cron_path: "/etc/cron.d" | ||||
| matrix_local_bin_path: "/usr/local/bin" | ||||
|  | ||||
| matrix_ntpd_package: "ntp" | ||||
| matrix_ntpd_service: "{{ 'ntpd' if ansible_os_family == 'RedHat' or ansible_distribution == 'Archlinux' else 'ntp' }}" | ||||
|  | ||||
| matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}" | ||||
|  | ||||
| matrix_identity_server_url: ~ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user