fix README
This commit is contained in:
parent
483abc91f6
commit
94a735125c
1 changed files with 12 additions and 8 deletions
20
README.md
20
README.md
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue