From 5e126841408add9037303c204f9907b10a8fa323 Mon Sep 17 00:00:00 2001 From: panda Date: Sat, 14 Mar 2020 15:26:21 +0100 Subject: [PATCH] fix README --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d776817..1f4ec19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PREREQUISITES: +# PREREQUISITES: install ansible: apt-get install -y ansible @@ -8,7 +8,7 @@ add hosts lines to ansible: echo "127.0.0.1" >> /etc/ansible/hosts -SETUP: +# SETUP: you have to change at least 2 variables: - users @@ -33,11 +33,11 @@ insert your hostname in in the variable: hostname: -RUN DEFAULTS: +# RUN DEFAULTS: ansible-playbook common.yml -RUN OPTIONALS: +# RUN OPTIONALS: - docker.yml : installs docker-ce and docker-compose (variable in variables.yml for latest of docker-compose) - lldp.yml : installs and enables LLDP - telegraf.yml @@ -46,18 +46,18 @@ RUN OPTIONALS: - singularity.yml : installs go and builds and installs singularity - tor.yml : installs tor base from tor repo -VERSIONS: -- docker-compose: --- variable: compose_ver --- look here: https://github.com/docker/compose/releases/latest -- go: --- variable: singularity_go_ver --- look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14" -- singularity: --- varaible: singularity_ver --- look here: https://github.com/sylabs/singularity/releases/latest +# VERSIONS: +* docker-compose: +** variable: compose_ver +** look here: https://github.com/docker/compose/releases/latest +* go: +** variable: singularity_go_ver +** look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14" +* singularity: +** varaible: singularity_ver +** look here: https://github.com/sylabs/singularity/releases/latest -GIT PUSH: +# GIT PUSH: git add --all git commit -m "added things to readme" git push -u origin master