JBoss

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Jboss

As a: UNIX and Linux system administrator

I want to: install JBoss Application Server

So that: I can deploy java applications.

Using the role

Using the role in a playbook
---
- name: Install jboss
  hosts: all

  tasks:
    - name: jboss is configured
      import_role:
        name: crivetimihai.jboss
      vars:
        jboss_enable_service: true
      tags: jboss
# Install the role
ansible-galaxy install crivetimihai.jboss

# Run the playbook
ansible-playbook jboss-playbook.yml

Last update: 2020-02-04