From 94a735125c80d068fe3b4b17410a32b93ecc2128 Mon Sep 17 00:00:00 2001 From: panda Date: Sat, 14 Mar 2020 15:38:43 +0100 Subject: [PATCH] fix README --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 48d3b2a..d90bb89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ * [Prerequisites](#prerequisites) * [Setup](#setup) + * [Run defaults](#run-defaults) + * [Run optionals](#run-optionals) + * [Versions](#versions) + * [Git push](#git-push) @@ -41,11 +45,13 @@ 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 @@ -54,7 +60,8 @@ in the variable: - singularity.yml : installs go and builds and installs singularity - tor.yml : installs tor base from tor repo -## VERSIONS: +Versions +======== * docker-compose: * variable: compose_ver * look here: https://github.com/docker/compose/releases/latest @@ -65,7 +72,8 @@ in the variable: * 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 @@ -74,7 +82,3 @@ or: git add --all && git commit -m "message" && git push -u origin master -Installation -============ - - banana