X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=inline;f=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Feg_certs%2Ftasks%2Finstall.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Feg_certs%2Ftasks%2Finstall.yml;h=1aa05cf208445d3a76404539e68f7a4cc45fa86a;hb=6246cb1fb8bcd410c6df05ebf9972277ad3010ea;hp=4aa99bfb1698f2470f21fcfa02ef4fd535220bd3;hpb=162f27446c3a4b3d3d4b9834086738c11325d8e3;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/roles/eg_certs/tasks/install.yml b/blueprints/iotgateway/playbooks/roles/eg_certs/tasks/install.yml index 4aa99bf..1aa05cf 100644 --- a/blueprints/iotgateway/playbooks/roles/eg_certs/tasks/install.yml +++ b/blueprints/iotgateway/playbooks/roles/eg_certs/tasks/install.yml @@ -33,5 +33,5 @@ - name: generate cert # yamllint disable rule:line-length - command: docker run -e CERT_VALIDITY_IN_DAYS=365 -v /tmp/ssl-eg-keys-certs:/certs swr.ap-southeast-1.myhuaweicloud.com/edgegallery/deploy-tool:latest + command: docker run -e CERT_VALIDITY_IN_DAYS=365 -v /tmp/ssl-eg-keys-certs:/certs {{ vardata.private_repo_ip.name}}:{{ vardata.docker_registry_port.name}}/edgegallery/deploy-tool:latest # yamllint disable rule:line-length