|
|
|
@ -37,6 +37,7 @@ matrix_host_command_sleep: "/usr/bin/env sleep"
|
|
|
|
|
matrix_host_command_chown: "/usr/bin/env chown"
|
|
|
|
|
matrix_host_command_fusermount: "/usr/bin/env fusermount"
|
|
|
|
|
matrix_host_command_openssl: "/usr/bin/env openssl"
|
|
|
|
|
matrix_host_command_systemctl: "/usr/bin/env systemctl"
|
|
|
|
|
|
|
|
|
|
matrix_ntpd_package: "ntp"
|
|
|
|
|
matrix_ntpd_service: "{{ 'ntpd' if ansible_os_family == 'RedHat' or ansible_distribution == 'Archlinux' else 'ntp' }}"
|
|
|
|
|