fix readme
This commit is contained in:
parent
abfac6d17c
commit
139a7ae14f
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
PREREQUISITES:
|
PREREQUISITES:
|
||||||
|
|
||||||
apt-get install -y ansible
|
install ansible:
|
||||||
|
apt-get install -y ansible
|
||||||
|
|
||||||
|
add hosts lines to ansible:
|
||||||
echo "[thismachine]" >> /etc/ansible/hosts
|
echo "[thismachine]" >> /etc/ansible/hosts
|
||||||
echo "127.0.0.1" >> /etc/ansible/hosts
|
echo "127.0.0.1" >> /etc/ansible/hosts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue