|
|
|
@ -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: ~
|
|
|
|
|