X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_set-helm-repo%2Ftasks%2Finstall.yml;h=6e517b170483c9f942bf9a3c2b26ad18dd0bc51a;hb=3c1bb1c727ca416486ab96384557ee3d12acf1e9;hp=bc779fc5fc6bcbd86240b31becce42f548ec59f2;hpb=6bdd9337ae00c4e5921fcb8a115ef9cdfb568480;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_set-helm-repo/tasks/install.yml b/ocd/infra/playbooks/roles/eg_set-helm-repo/tasks/install.yml index bc779fc..6e517b1 100644 --- a/ocd/infra/playbooks/roles/eg_set-helm-repo/tasks/install.yml +++ b/ocd/infra/playbooks/roles/eg_set-helm-repo/tasks/install.yml @@ -18,12 +18,13 @@ - 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