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--> <!--ts-->
* [Prerequisites](#prerequisites) * [Prerequisites](#prerequisites)
* [Setup](#setup) * [Setup](#setup)
* [Run defaults](#run-defaults)
* [Run optionals](#run-optionals)
* [Versions](#versions)
* [Git push](#git-push)
<!--te--> <!--te-->
@ -41,11 +45,13 @@ insert your hostname in
in the variable: in the variable:
hostname: hostname:
## RUN DEFAULTS: Run defaults
============
ansible-playbook common.yml 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) - docker.yml : installs docker-ce and docker-compose (variable in variables.yml for latest of docker-compose)
- lldp.yml : installs and enables LLDP - lldp.yml : installs and enables LLDP
- telegraf.yml - telegraf.yml
@ -54,7 +60,8 @@ in the variable:
- singularity.yml : installs go and builds and installs singularity - singularity.yml : installs go and builds and installs singularity
- tor.yml : installs tor base from tor repo - tor.yml : installs tor base from tor repo
## VERSIONS: Versions
========
* docker-compose: * docker-compose:
* variable: compose_ver * variable: compose_ver
* look here: https://github.com/docker/compose/releases/latest * look here: https://github.com/docker/compose/releases/latest
@ -65,7 +72,8 @@ in the variable:
* varaible: singularity_ver * varaible: singularity_ver
* look here: https://github.com/sylabs/singularity/releases/latest * look here: https://github.com/sylabs/singularity/releases/latest
## GIT PUSH: Git push
========
git add --all git add --all
git commit -m "added things to readme" git commit -m "added things to readme"
git push -u origin master git push -u origin master
@ -74,7 +82,3 @@ or:
git add --all && git commit -m "message" && git push -u origin master git add --all && git commit -m "message" && git push -u origin master
Installation
============
banana