diff --git a/README.md b/README.md index 724950ab5951113c05e7fab2c18d0176530f212f..967fa3f7e48937ed76b2e4a61ff2d77fa888801c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Log in and install ansible: `ansible-galaxy collection install ansible.posix` Clone soctools: -`git clone --single-branch --branch dev1 https://scm.uninett.no/geant-wp8-t3.1/soctools.git` +`git clone https://scm.uninett.no/geant-wp8-t3.1/soctools.git` `cd soctools` Install soctools: diff --git a/group_vars/all/main.yml b/group_vars/all/main.yml index fabb8516deef45f9eb10238a2b731c7c7a023210..051a8fac07e93153ea74dcec2972b512708597b7 100644 --- a/group_vars/all/main.yml +++ b/group_vars/all/main.yml @@ -27,6 +27,9 @@ openjdk_img: "{{repo}}/openjdk:{{version}}{{suffix}}" zookeeper_name: "dsoclab-zookeeper" zookeeper_img: "{{repo}}/zookeeper:{{version}}{{suffix}}" +misp_name: "dsoclab-misp" +misp_img: "{{repo}}/misp:{{version}}{{suffix}}" + nifi_img: "{{repo}}/nifi:{{version}}{{suffix}}" mysql_name: "dsoclab-mysql"