Skip to content
Snippets Groups Projects
Commit 156de73b authored by Arne Øslebø's avatar Arne Øslebø
Browse files
parents f76ef210 5e737570
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ Log in and install ansible: ...@@ -14,7 +14,7 @@ Log in and install ansible:
`ansible-galaxy collection install ansible.posix` `ansible-galaxy collection install ansible.posix`
Clone soctools: 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` `cd soctools`
Install soctools: Install soctools:
......
...@@ -27,6 +27,9 @@ openjdk_img: "{{repo}}/openjdk:{{version}}{{suffix}}" ...@@ -27,6 +27,9 @@ openjdk_img: "{{repo}}/openjdk:{{version}}{{suffix}}"
zookeeper_name: "dsoclab-zookeeper" zookeeper_name: "dsoclab-zookeeper"
zookeeper_img: "{{repo}}/zookeeper:{{version}}{{suffix}}" zookeeper_img: "{{repo}}/zookeeper:{{version}}{{suffix}}"
misp_name: "dsoclab-misp"
misp_img: "{{repo}}/misp:{{version}}{{suffix}}"
nifi_img: "{{repo}}/nifi:{{version}}{{suffix}}" nifi_img: "{{repo}}/nifi:{{version}}{{suffix}}"
mysql_name: "dsoclab-mysql" mysql_name: "dsoclab-mysql"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment