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:
authorDave Johnson <dave@ansibleworks.com>2016-08-17 22:50:10 +0300
committerGitHub <noreply@github.com>2016-08-17 22:50:10 +0300
commit254ad625584e43ff921bb652fe41f6262db86fbe (patch)
treea6f39e843445d54ef644d7266395cc95188b023a
parent1aee9266e2e41a9301a1ccc0f11fcb18bfa07e4d (diff)
Added pointers to where the apps are deployed
-rw-r--r--jboss-standalone/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/jboss-standalone/README.md b/jboss-standalone/README.md
index 6111549..ae11700 100644
--- a/jboss-standalone/README.md
+++ b/jboss-standalone/README.md
@@ -25,6 +25,10 @@ The playbook deploy-application.yml may be used to deploy the HelloWorld and Tic
Run the playbook using:
ansible-playbook -i hosts deploy-application.yml
+
+The HelloWorld application will be available at http://<jboss server>:<http_port>/helloworld
+
+The Ticket Monster application will be available at http://<jboss server>:<http_port>/ticket-monster
## Provisioning for Amazon Web Services