summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-01-20 01:30:20 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-01-20 01:30:20 +0100
commiteed104f46830321fc62137caf45d3cea82fe7e3b (patch)
tree2d21554f516084ec527e90c230edd13e51473f9e /inventory
parentadd ch-iot vm (diff)
ch-iot: install chrony
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-iot.yml12
1 files changed, 12 insertions, 0 deletions
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 }}"