summaryrefslogtreecommitdiffstats
path: root/ansible/infrastructure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r--ansible/infrastructure.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml
index 18290ae4..e49ee919 100644
--- a/ansible/infrastructure.yml
+++ b/ansible/infrastructure.yml
@@ -3,11 +3,13 @@
hosts: infrastructure, kubernetes
roles:
- package-repository
- - role: firewall
+ - firewall
- name: Setup infrastructure servers
hosts: infrastructure
roles:
+ - chrony
+ - package-repository-check
- certificates
- docker
- dns
@@ -18,6 +20,8 @@
- name: Setup base for Kubernetes nodes
hosts: kubernetes
roles:
+ - chrony
+ - package-repository-check
- docker
tasks:
- include_role: