summaryrefslogtreecommitdiffstats
path: root/ansible/infrastructure.yml
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-04-03 10:27:40 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-03 10:27:40 +0000
commitcdd93f561042f5ee4df72895e33bc02a122d5104 (patch)
treea66a32e0e4a1c78c9b67d5e8cecee9e5b4270d11 /ansible/infrastructure.yml
parent6969393c445e5a86a6e788cff989c4af06ca84ad (diff)
parent30b2cbf179448d2761af53494a694f4ce986d623 (diff)
Merge "Support time synchronization on hosts"
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: