fix README
This commit is contained in:
parent
a715877a3d
commit
e0cec89155
1 changed files with 6 additions and 6 deletions
12
README.md
12
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,7 +46,7 @@ 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
|
||||
|
@ -57,7 +57,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue