[ANSIBLE] Add 'bash-completion' role
[oom/offline-installer.git] / ansible / infrastructure.yml
index 7fdbd2e..f6c7ae9 100644 (file)
@@ -8,20 +8,21 @@
 - name: Setup infrastructure servers
   hosts: infrastructure
   roles:
-    - chrony
     - package-repository-check
     - certificates
     - docker
     - dns
     - vncserver
     - nginx
+    - chrony
     - nexus
+    - role: chartmuseum
 
 - name: Setup base for Kubernetes nodes
   hosts: kubernetes:!infrastructure
   roles:
-    - chrony
     - package-repository-check
+    - chrony
     - docker
   tasks:
     - include_role: