summaryrefslogtreecommitdiffstats
path: root/ansible/infrastructure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r--ansible/infrastructure.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml
index 18290ae4..74a7b68b 100644
--- a/ansible/infrastructure.yml
+++ b/ansible/infrastructure.yml
@@ -8,6 +8,7 @@
- name: Setup infrastructure servers
hosts: infrastructure
roles:
+ - chrony
- certificates
- docker
- dns
@@ -18,6 +19,7 @@
- name: Setup base for Kubernetes nodes
hosts: kubernetes
roles:
+ - chrony
- docker
tasks:
- include_role: