fix README

This commit is contained in:
panda 2020-03-14 15:26:21 +01:00
parent 978260f10e
commit 5e12684140

View file

@ -1,4 +1,4 @@
PREREQUISITES: # PREREQUISITES:
install ansible: install ansible:
apt-get install -y ansible apt-get install -y ansible
@ -8,7 +8,7 @@ add hosts lines to ansible:
echo "127.0.0.1" >> /etc/ansible/hosts echo "127.0.0.1" >> /etc/ansible/hosts
SETUP: # SETUP:
you have to change at least 2 variables: you have to change at least 2 variables:
- users - users
@ -33,11 +33,11 @@ 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
@ -46,18 +46,18 @@ RUN OPTIONALS:
- 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
- go: * go:
-- variable: singularity_go_ver ** variable: singularity_go_ver
-- look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14" ** look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14"
- singularity: * singularity:
-- 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