Edge gallery roles added
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_set-helm-repo / tasks / install.yml
index bc779fc..6e517b1 100644 (file)
 
 - name: Import config file
   include_vars:
-    file: ../../../config.yml
-    name: vardata
+      file: ../../../config.yml
+      name: vardata
 
-- name: Add adgegallery repo in private IP
+- name: Helm repo add edgegallery
   # yamllint disable rule:line-length
-  command: helm repo add edgegallery http://{{ vardata.helmrepoip.name}}:8080/edgegallery
+  command: helm repo add edgegallery http://{{ vardata.private_repo_ip.name}}:8080/edgegallery
 
-- name: Add stable repo in private IP
-  command: helm repo add stable http://{{ vardata.helmrepoip.name}}:8080/stable
+- name: Helm repo add stable
+  # yamllint disable rule:line-length
+  command: helm repo add stable http://{{ vardata.private_repo_ip.name}}:8080/stable