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-09 14:55:15 +0300
committerGitHub <noreply@github.com>2016-08-09 14:55:15 +0300
commit864049773da94c44aa704b600d4a53e14c4f5df9 (patch)
treed3bf808cb9b48da2e69ec557744ac34d3e1314fd /jboss-standalone
parent760cb8f3cb2ba44de57fba937f4e7b782dadd585 (diff)
Added a note about provisioning example hosts to AWS
Diffstat (limited to 'jboss-standalone')
-rw-r--r--jboss-standalone/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/jboss-standalone/README.md b/jboss-standalone/README.md
index 1eed62b..6111549 100644
--- a/jboss-standalone/README.md
+++ b/jboss-standalone/README.md
@@ -26,12 +26,17 @@ Run the playbook using:
ansible-playbook -i hosts deploy-application.yml
+## Provisioning for Amazon Web Services
+
+A simple playbook is provided, as an example, to provision hosts in preparation for running this JBoss deployment example.
+
+ ansible-playbook -i hosts demo-aws-launch.yml
+
### Ideas for Improvement
Here are some ideas for ways that these playbooks could be extended:
- Write a playbook or an Ansible module to configure JBoss users.
-- Write a playbook to deploy an actual application into the server.
- Extend this configuration to multiple application servers fronted by a load
balancer or other web server frontend.