From: Kyr Shatskyy Date: Thu, 21 Mar 2019 16:29:30 +0000 (+0100) Subject: nsupdate_web: switch repo from zmc to ceph space X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F454%2Fhead;p=ceph-cm-ansible.git nsupdate_web: switch repo from zmc to ceph space Signed-off-by: Kyr Shatskyy --- diff --git a/roles/nsupdate_web/defaults/main.yml b/roles/nsupdate_web/defaults/main.yml index 98022fe8..674e717c 100644 --- a/roles/nsupdate_web/defaults/main.yml +++ b/roles/nsupdate_web/defaults/main.yml @@ -5,7 +5,7 @@ nsupdate_web_port: "8080" nsupdate_web_ttl: "60" virtualenv_path: "~/venv" python_version: "python3" -nsupdate_web_repo: "https://github.com/zmc/nsupdate-web.git" +nsupdate_web_repo: "https://github.com/ceph/nsupdate-web.git" nsupdate_web_path: "/home/{{ nsupdate_web_user }}/nsupdate_web" nsupdate_web_branch: "master" # The public and private keys must be manually placed on the host;