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-06-03 19:27:59 +0300
committerDave Johnson <dave@ansibleworks.com>2016-06-03 19:27:59 +0300
commit513ad43f3e22e668761473c2457358ccab998ee5 (patch)
tree746f10bee209505c5110aa8bd829c06202017f01
parent80a9e2a519dd2d9a12f7bf3e3edd1ef6acaa82d9 (diff)
Updated to not deploy JBoss
-rw-r--r--jboss-standalone/deploy-application.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/jboss-standalone/deploy-application.yml b/jboss-standalone/deploy-application.yml
index 3dfd322..520532d 100644
--- a/jboss-standalone/deploy-application.yml
+++ b/jboss-standalone/deploy-application.yml
@@ -1,10 +1,9 @@
---
-# This playbook deploys a simple standalone JBoss server.
+# This playbook deploys two simple applications to JBoss server.
- hosts: all
- #user: root
roles:
# Optionally, (re)deploy JBoss here
- - jboss-standalone
+# - jboss-standalone
- java-app