fix README

This commit is contained in:
panda 2020-03-14 15:38:43 +01:00
parent 483abc91f6
commit 94a735125c

View file

@ -1,6 +1,10 @@
<!--ts-->
* [Prerequisites](#prerequisites)
* [Setup](#setup)
* [Run defaults](#run-defaults)
* [Run optionals](#run-optionals)
* [Versions](#versions)
* [Git push](#git-push)
<!--te-->
@ -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