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: fb9876cbcbb8e69a1fad07a8cda8f40164574b5b (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