Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Amalthea Magnuson <markus.magnuson@gmail.com>2014-04-05 01:09:55 +0400
committerMarkus Amalthea Magnuson <markus.magnuson@gmail.com>2014-04-05 01:09:55 +0400
commit7712927ad66c086065732070bba799f68b9322fb (patch)
tree390c62abc72b36f0fce253d8d3cdfd86505b05f5
parent9e3fbd25f5389c44e15a95a82c671405bd32298a (diff)
Fix accidentally hidden placeholder.
-rw-r--r--play-webapp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/play-webapp/README.md b/play-webapp/README.md
index 556ccc0..aea6330 100644
--- a/play-webapp/README.md
+++ b/play-webapp/README.md
@@ -45,7 +45,7 @@ Run the playbook to deploy the app:
ansible-playbook -i hosts site.yml
Once the playbooks complete, you can check the deployment by logging into the
-server console at http://<server-ip>:9000/. You should get a page similar to
+server console at `http://<server-ip>:9000/`. You should get a page similar to
image below.
![Alt text](images/play_webapp.png "webapp")
@@ -104,5 +104,5 @@ facts:
The facts can also be fetched by making a GET request with following url.
- http://<serverip>:9000/inventoryID?hostname=<hostname>
+ http://<server-ip>:9000/inventoryID?hostname=<hostname>