OpenLiberty

Document Control

TODO:

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

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

User Story: OpenLiberty

As a: UNIX and Linux system administrator

I want to: install OpenLiberty

So that: serve Java applications.

Using the role

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

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

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

Last update: 2020-02-04