mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
6
roles/ntp_client/vars/Debian-10.yml
Normal file
6
roles/ntp_client/vars/Debian-10.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
ntp_ntpd_service: ntp
|
||||
ntp_chrony_service: chrony
|
||||
ntp_chrony_conf: /etc/chrony/chrony.conf
|
||||
ntp_chrony_keyfile: /etc/chrony/chrony.keys
|
6
roles/ntp_client/vars/Debian-11.yml
Normal file
6
roles/ntp_client/vars/Debian-11.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
ntp_ntpd_service: ntp
|
||||
ntp_chrony_service: chrony
|
||||
ntp_chrony_conf: /etc/chrony/chrony.conf
|
||||
ntp_chrony_keyfile: /etc/chrony/chrony.keys
|
6
roles/ntp_client/vars/Debian-8.yml
Normal file
6
roles/ntp_client/vars/Debian-8.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
ntp_ntpd_service: ntp
|
||||
ntp_chrony_service: chrony
|
||||
ntp_chrony_conf: /etc/chrony/chrony.conf
|
||||
ntp_chrony_keyfile: /etc/chrony/chrony.keys
|
6
roles/ntp_client/vars/Debian-9.yml
Normal file
6
roles/ntp_client/vars/Debian-9.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
ntp_ntpd_service: ntp
|
||||
ntp_chrony_service: chrony
|
||||
ntp_chrony_conf: /etc/chrony/chrony.conf
|
||||
ntp_chrony_keyfile: /etc/chrony/chrony.keys
|
6
roles/ntp_client/vars/RedHat-7.yml
Normal file
6
roles/ntp_client/vars/RedHat-7.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
ntp_ntpd_service: ntpd
|
||||
ntp_chrony_service: chronyd
|
||||
ntp_chrony_conf: /etc/chrony.conf
|
||||
ntp_chrony_keyfile: /etc/chrony.keys
|
6
roles/ntp_client/vars/RedHat-8.yml
Normal file
6
roles/ntp_client/vars/RedHat-8.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
ntp_ntpd_service: ntpd
|
||||
ntp_chrony_service: chronyd
|
||||
ntp_chrony_conf: /etc/chrony.conf
|
||||
ntp_chrony_keyfile: /etc/chrony.keys
|
6
roles/ntp_client/vars/Ubuntu-20.yml
Normal file
6
roles/ntp_client/vars/Ubuntu-20.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
ntp_ntpd_service: ntp
|
||||
ntp_chrony_service: chrony
|
||||
ntp_chrony_conf: /etc/chrony/chrony.conf
|
||||
ntp_chrony_keyfile: /etc/chrony/chrony.keys
|
Reference in New Issue
Block a user