From 58bf20f8a6709f2ea75f95659c0211c1aff7c7b3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 8 Feb 2020 02:27:20 +0100 Subject: added chrony role --- roles/chrony/defaults/main.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 roles/chrony/defaults/main.yml (limited to 'roles/chrony/defaults/main.yml') diff --git a/roles/chrony/defaults/main.yml b/roles/chrony/defaults/main.yml new file mode 100644 index 00000000..bec79d5f --- /dev/null +++ b/roles/chrony/defaults/main.yml @@ -0,0 +1,24 @@ +--- +# chrony_source_servers: +# - name: ntp.example.com +# options: iburst ... + +# chrony_source_pools: +# - name: pool.example.com +# options: iburst .... + +# chrony_source_peers: +# - name: peer.example.com +# options: iburst .... + + +# chrony_hwtimestamp_interfaces: +# - name: "*" +# options: .... + + +# chrony_server: +# allow: [] +# deny: [] +# bind: 0.0.0.0 +# port: 123 -- cgit v1.2.3