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

deploy-application.yml « jboss-standalone - github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 520532d5413b3d13d1b3e7a9f4abead7edef25a1 (plain)
1
2
3
4
5
6
7
8
9
---
# This playbook deploys two simple applications to JBoss server. 

- hosts: all

  roles:
# Optionally, (re)deploy JBoss here	  
#    - jboss-standalone
    - java-app