AlbanAndrieu.jboss
roles/alban_andrieu_jboss
This file was generated by Ansigenome. Do not edit this file directly but instead have a look at the files in the ./meta/ directory.
Ensures that jboss is properly installed (using apt) and configured
Installation
This role requires at least Ansible v2.3.0.0. To install it, run:
Using ansible-galaxy:
$ ansible-galaxy install alban.andrieu.jboss
Using arm (Ansible Role Manager):
$ arm install alban.andrieu.jboss
Using git:
$ git clone https://github.com/AlbanAndrieu/ansible-jboss.git
Documentation
More information about alban.andrieu.jboss can be found in the
TODO official alban.andrieu.jboss documentation.
Role variables
List of default variables available in the inventory:
jboss_enabled: yes # Enable module
jboss_http_port: 8180
jboss_https_port: 8443
## Where to install jboss and Unix user/group
jboss_owner : "jboss"
jboss_group : "jboss"
jboss_shell : "/bin/false"
jboss_base_dir : "/usr/share/jboss-as"
## Most likely you dont need to edit
#todo jboss_service_enabled : 'yes'
jboss_major : "7"
jboss_minor : "1.1"
jboss_version : "{{ jboss_major }}.{{ jboss_minor }}"
jboss_name : "jboss-as-{{ jboss_version }}"
jboss_full_name : "{{ jboss_name }}.Final"
jboss_archive_extracted : "{{ jboss_full_name }}"
jboss_archive : "{{ jboss_full_name }}.zip"
jboss_url : "http://download.jboss.org/jbossas/7.1/{{ jboss_full_name }}/{{ jboss_archive }}"
#jboss_home_dir : "{{jboss_base_dir}}/{{jboss_name}}"
jboss_link_dir : "/workspace/{{jboss_full_name}}"
docker_files_generated_directory: "./"
docker_files_enable: no
docker_volume_directory : "/var/log/jboss-as"
docker_working_directory : "/home/vagrant"
docker_image_name : "nabla/ansible-jboss"
Detailed usage guide
Describe how to use in more detail...
Testing
$ ansible-galaxy install alban.andrieu.jboss
$ vagrant up
Contributing
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
For pull requests, editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Authors and license
roles/alban_andrieu_jboss role was written by:
- Alban Andrieu | e-mail | Twitter | GitHub
License
- License: GPLv3
Feedback, bug-reports, requests, ...
Are welcome!
This role is part of the Nabla project. README generated by Ansigenome.
Alban Andrieu
ansible-galaxy install AlbanAndrieu.jboss