fix README
This commit is contained in:
parent
2118fe39dd
commit
483abc91f6
1 changed files with 6 additions and 10 deletions
16
README.md
16
README.md
|
@ -1,16 +1,11 @@
|
||||||
<!--ts-->
|
<!--ts-->
|
||||||
* [Installation](#installation)
|
* [Prerequisites](#prerequisites)
|
||||||
|
* [Setup](#setup)
|
||||||
<!--te-->
|
<!--te-->
|
||||||
|
|
||||||
|
|
||||||
|
Prerequisites
|
||||||
##### Table of Contents
|
=============
|
||||||
[PREREQUISITES](#PREREQUISITES)
|
|
||||||
[SETUP](#SETUP)
|
|
||||||
[VERSIONS](#VERSIONS)
|
|
||||||
[Emphasis](#emphasis)
|
|
||||||
|
|
||||||
## PREREQUISITES:
|
|
||||||
|
|
||||||
install ansible:
|
install ansible:
|
||||||
apt-get install -y ansible
|
apt-get install -y ansible
|
||||||
|
@ -20,7 +15,8 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue