From eed104f46830321fc62137caf45d3cea82fe7e3b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 20 Jan 2021 01:30:20 +0100 Subject: ch-iot: install chrony --- inventory/host_vars/ch-iot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'inventory/host_vars/ch-iot.yml') diff --git a/inventory/host_vars/ch-iot.yml b/inventory/host_vars/ch-iot.yml index d9e1f153..06f0f56c 100644 --- a/inventory/host_vars/ch-iot.yml +++ b/inventory/host_vars/ch-iot.yml @@ -35,3 +35,15 @@ network: - *_network_primary_ - name: iot0 address: "{{ network_zones.iot.prefix | ipaddr(network_zones.iot.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" + + +ntp_variant: chrony + +ntp_client: + pools: + - name: at.pool.ntp.org + options: iburst + +ntp_server: + allow: + - "{{ network_zones.iot.prefix }}" -- cgit v1.2.3